3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
11namespace Social::Events {
class Measurement; }
12namespace Social::Events {
class Property; }
15namespace Social::Events {
46 ::std::string
const& eventName,
47 ::std::unordered_map<::std::string, ::Social::Events::Property>&& commonProperties,
53 ::std::string
const& eventName,
54 ::std::unordered_map<::std::string, ::Social::Events::Property>&& commonProperties,
75 ::std::string
const& eventName,
76 ::std::unordered_map<::std::string, ::Social::Events::Property>&& commonProperties,
82 ::std::string
const& eventName,
83 ::std::unordered_map<::std::string, ::Social::Events::Property>&& commonProperties,
Definition NonOwnerPointer.h:9
MCAPI Event(uint id, ::std::string const &eventName, ::std::unordered_map<::std::string, ::Social::Events::Property > &&commonProperties, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, int eventTags)
MCAPI void addProperty(::Social::Events::Property const &property)
MCAPI Event(uint id, ::std::string const &eventName, ::std::unordered_map<::std::string, ::Social::Events::Property > &&commonProperties, int eventTags)
MCAPI void addMeasurement(::Social::Events::Measurement const &measurement)
MCAPI void * $ctor(uint id, ::std::string const &eventName, ::std::unordered_map<::std::string, ::Social::Events::Property > &&commonProperties, int eventTags)
MCAPI void updateMeasurements(::Social::Events::Event const &event)
MCAPI Event(::Social::Events::Event const &)
MCAPI void * $ctor(uint id, ::std::string const &eventName, ::std::unordered_map<::std::string, ::Social::Events::Property > &&commonProperties, ::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform, int eventTags)
MCAPI void * $ctor(::Social::Events::Event const &)
Definition Measurement.h:12