Unreal SDK  v1.2.0
Loading...
Searching...
No Matches
WeArtMessageSerializer.cpp File Reference
#include "WeArtMessageSerializer.h"
#include <sstream>
#include "json.hpp"
Include dependency graph for WeArtMessageSerializer.cpp:
This graph shows which files directly or indirectly include this file:

Macros

#define CREATE_MESSAGE_ID(TYPE)   case HashStringToInt(TYPE::ID): return new TYPE()
 

Typedefs

using json = nlohmann::json
 

Macro Definition Documentation

◆ CREATE_MESSAGE_ID

#define CREATE_MESSAGE_ID (   TYPE)    case HashStringToInt(TYPE::ID): return new TYPE()

Typedef Documentation

◆ json

using json = nlohmann::json