Class NetworkEventData

Inheritance Relationships

Derived Types

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.