Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FOrderedAsyncGate
Description
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.
| Name | WaitForTurn |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/OrderedAsyncGate.h |
| Include Path | #include "OrderedAsyncGate.h" |
void WaitForTurn
(
const uint32 Number
) const