3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetComponentBasePayload.h"
13namespace mce {
class UUID; }
16namespace Editor::Network {
18class WidgetAddEntityComponentPayload
32 WidgetAddEntityComponentPayload();
44 ::std::string
const& componentName,
48 ::std::string
const& entityName,
50 ::std::optional<::std::string> selectedAnimation,
51 ::std::optional<::std::string> deselectedAnimation
54 MCNAPI ::Editor::Network::WidgetAddEntityComponentPayload&
57 MCNAPI ::Editor::Network::WidgetAddEntityComponentPayload&
77 ::std::string
const& componentName,
81 ::std::string
const& entityName,
83 ::std::optional<::std::string> selectedAnimation,
84 ::std::optional<::std::string> deselectedAnimation
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11