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 {
51 ::std::string
const& componentName,
55 ::std::string
const& entityName,
57 ::std::optional<::std::string> selectedAnimation,
58 ::std::optional<::std::string> deselectedAnimation
61 MCNAPI ::Editor::Network::WidgetAddEntityComponentPayload&
79 ::std::string
const& componentName,
83 ::std::string
const& entityName,
85 ::std::optional<::std::string> selectedAnimation,
86 ::std::optional<::std::string> deselectedAnimation
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11