LeviLamina
Loading...
Searching...
No Matches
EditorTrackLevelTickSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7#include "mc/deps/ecs/strict/EntityModifier.h"
8#include "mc/deps/ecs/strict/Exclude.h"
9#include "mc/deps/ecs/strict/Include.h"
10#include "mc/deps/ecs/strict/OptionalGlobal.h"
11
12// auto generated forward declare list
13// clang-format off
17struct ActorComponent;
19// clang-format on
20
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCNAPI_C static void _trackAddedActors(
29 );
30
31 MCNAPI_C static void _trackTickingActors(
34 );
35 // NOLINTEND
36};
Definition ActorTickNeededComponent.h:13
Definition EntityModifier.h:6
Definition LevelTickTrackingComponent.h:8
Definition OptionalGlobal.h:6
Definition StrictEntityContext.h:8
Definition ViewT.h:6
Definition ActorComponent.h:5
Definition CurrentTickComponent.h:8
Definition EditorTrackLevelTickSystem.h:21
Definition Exclude.h:6
Definition Include.h:6