Hello guys,
Can i call this plugin functions from my C++ classes ? how ?
Can i call this plugin functions from my C++ classes ? how ?
PrivateDependencyModuleNames.AddRange(new string[] { "VaRestPlugin" }); PrivateIncludePathModuleNames.AddRange(new string[] { "VaRestPlugin" });
#include "Classes/Json/VaRestJsonValue.h" #include "Classes/Json/VaRestJsonObject.h"
class VARESTPLUGIN_API UVaRestJsonValue : public UObject
class UVaRestJsonValue : public UObject
Comment