15class CameraAimAssistRegistryComponent {
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::CameraAimAssist::PriorityPreset>> mPriorityPresets;
20 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::CameraAimAssist::PriorityCategory>>
21 mPriorityCategoryList;
27 CameraAimAssistRegistryComponent& operator=(CameraAimAssistRegistryComponent
const&);
28 CameraAimAssistRegistryComponent(CameraAimAssistRegistryComponent
const&);
29 CameraAimAssistRegistryComponent();
34 CameraAimAssistRegistryComponent(CameraAimAssistRegistryComponent
const&);
35 CameraAimAssistRegistryComponent();
41 MCFOLD ::std::unordered_map<::HashedString, ::CameraAimAssist::PriorityCategory>
const&
42 getPriorityCategories()
const;
45 MCAPI ::CameraAimAssist::PriorityCategory
const& getPriorityCategory(
::HashedString const&
id)
const;
48 MCAPI ::CameraAimAssist::PriorityPreset
const& getPriorityPreset(
::HashedString const&
id)
const;
56 MCAPI ::CameraAimAssistRegistryComponent& operator=(::CameraAimAssistRegistryComponent&&);
59 MCAPI ::CameraAimAssistRegistryComponent& operator=(::CameraAimAssistRegistryComponent
const&);
64 MCAPI ~CameraAimAssistRegistryComponent();