LeviLamina
Loading...
Searching...
No Matches
PushActorsSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCAPI static ::TickingSystemWithInfo createSystem();
16
17 MCAPI static void pushActors(::ActorOwnerComponent& actorOwnerComponent);
18 // NOLINTEND
19};
Definition ActorOwnerComponent.h:10
Definition PushActorsSystem.h:11
Definition TickingSystemWithInfo.h:11