Class NetworkEventData
Defined in File NetworkEventData.h
Inheritance Relationships
Derived Types
public csp::common::AccessControlChangedNetworkEventData
(Class AccessControlChangedNetworkEventData)public csp::common::AssetDetailBlobChangedNetworkEventData
(Class AssetDetailBlobChangedNetworkEventData)public csp::common::ConversationNetworkEventData
(Class ConversationNetworkEventData)public csp::common::SequenceChangedNetworkEventData
(Class SequenceChangedNetworkEventData)
Class Documentation
-
class NetworkEventData
Data deserialized from a general purpose event. Serves as the base type for all custom deserialized events.
Subclassed by csp::common::AccessControlChangedNetworkEventData, csp::common::AssetDetailBlobChangedNetworkEventData, csp::common::ConversationNetworkEventData, csp::common::SequenceChangedNetworkEventData
Public Functions
-
inline virtual ~NetworkEventData()
Public Members
-
csp::common::String EventName
The name of the event that sent this NetworkEventData.
-
uint64_t SenderClientId
The ID of the client that sent this NetworkEventData.
-
csp::common::Array<csp::common::ReplicatedValue> EventValues
The collection of values sent with this Event. May be empty.
-
inline virtual ~NetworkEventData()