27 ::ll::TypedStorage<4, 4, ::std::chrono::duration<float, ::std::ratio<1, 1>>> mElapsedTime;
28 ::ll::TypedStorage<8, 32, ::std::string> mClientOrServer;
29 ::ll::TypedStorage<8, 32, ::std::string> mType;
30 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
38 ::ll::TypedStorage<1, 1, bool> mEnabled;
39 ::ll::TypedStorage<1, 1, bool> mShowLevelChunk;
40 ::ll::TypedStorage<1, 1, bool> mShowSubChunk;
48 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mTimePoint;
49 ::ll::TypedStorage<8, 32, ::std::string> mLogEntry;
50 ::ll::TypedStorage<1, 1, bool> mIsClientSide;
57 ::ll::TypedStorage<4, 12, ::SubChunkPos> mCurrentPlayerSubChunk;
58 ::ll::TypedStorage<4, 12, ::SubChunkPos> mSubChunkToTrack;
59 ::ll::TypedStorage<1, 1, bool> mCollectData;
60 ::ll::TypedStorage<1, 1, bool> mLogAllData;
61 ::ll::TypedStorage<1, 1, bool> mCollectSubChunkPosition;
62 ::ll::TypedStorage<1, 3, ::LevelChunkAndSubChunkLoggingData::DebugRenderingOptions> mDebugRenderingOptions;
63 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateServer;
64 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClient;
65 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClientServer;
66 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateServer;
67 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClient;
68 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClientServer;
69 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLogStartTime;
70 ::ll::TypedStorage<8, 16, ::std::map<::SubChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
72 ::ll::TypedStorage<8, 16, ::std::map<::ChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
74 ::ll::TypedStorage<8, 24, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>> mGeneralEventLog;
75 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mMutex;
Definition LevelChunkAndSubChunkLoggingData.h:23
Definition LevelChunkAndSubChunkLoggingData.h:44