3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetComponentBasePayload.h"
12namespace cereal {
struct ReflectionCtx; }
13namespace mce {
class UUID; }
16namespace Editor::Network {
50 ::std::string
const& componentName,
54 ::std::string
const& entityName,
56 ::std::optional<::std::string> selectedAnimation,
57 ::std::optional<::std::string> deselectedAnimation
60 MCNAPI ::Editor::Network::WidgetAddEntityComponentPayload&
63 MCNAPI ::Editor::Network::WidgetAddEntityComponentPayload&
81 ::std::string
const& componentName,
85 ::std::string
const& entityName,
87 ::std::optional<::std::string> selectedAnimation,
88 ::std::optional<::std::string> deselectedAnimation
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11