Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioCommandFence
Description
Adds a fence command to the audio command queue. Conceptually, the pending fence count is incremented to reflect the pending fence command. Once the rendering thread has executed the fence command, it decrements the pending fence count.
| Name | BeginFence |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioThread.h |
| Include Path | #include "AudioThread.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioThread.cpp |
void BeginFence()