AsyncPacketQueue::QueuedPacket
Engine/source/platform/async/asyncPacketQueue.h
Information about the time slice covered by an individual packet currently on the queue.
Public Attributes
First tick contained in this packet.
Public Functions
QueuedPacket(TickType start, TickType end)
Return the total number of ticks in this packet.
Detailed Description
Information about the time slice covered by an individual packet currently on the queue.
Public Attributes
TickType mEndTick
First tick not contained in this packet anymore.
TickType mStartTick
First tick contained in this packet.
Public Functions
QueuedPacket(TickType start, TickType end)
getNumTicks()
Return the total number of ticks in this packet.