public ObjectChangeKind GetEventType (int eventIdx);

Parameters

eventIdxThe index of the event whose type should be returned.

Returns

ObjectChangeKind The type of the event at the specified index.

Description

Returns the type of the event at the specified index.

Use this function to query the type of an event before using any of the other functions (e.g. ObjectChangeEventStream.GetChangeAssetObjectEvent) to retrieve the event data.