Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FOrderedAsyncGate
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/OrderedAsyncGate.h |
| Include | #include "OrderedAsyncGate.h" |
void WaitForTurn
(
const uint32 Number
) const
Remarks
This function will block until it is the turn of the given number to execute. It can be called multiple times until the turn is given up by calling GiveUpTurn. The number given must have been received from a call to GetANumber.