3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/network/NetworkPayload.h"
14namespace Editor::Network {
25 LogMessagePayload& operator=(LogMessagePayload
const&);
36 MCNAPI ::Editor::LogMessage
const& getMessage()
const;
Definition LogMessage.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::Editor::LogMessage &&message)
MCAPI LogMessagePayload(::Editor::LogMessage &&message)
static MCAPI void ** $vftable()
MCAPI LogMessagePayload()
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11