LeviLamina
Loading...
Searching...
No Matches
DisplayActorManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/core/utility/pub_sub/Subscription.h"
8#include "mc/deps/game_refs/OwnerPtr.h"
9
10// auto generated forward declare list
11// clang-format off
13class EntityContext;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::std::vector<::OwnerPtr<::EntityContext>>> mDisplayEntities;
22 ::ll::TypedStorage<8, 8, ::gsl::not_null<::std::unique_ptr<::IDisplayActorManagerProxy>>> mDisplayActorManagerProxy;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ActorGarbageCollector> const> mActorGarbageCollector;
24 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnChangeDimensionSubscription;
25 // NOLINTEND
26};
Definition ActorGarbageCollector.h:13
Definition DisplayActorManager.h:17
Definition EntityContext.h:16
Definition IDisplayActorManagerProxy.h:10