Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioVirtualLoop
Description
Updates the loop and checks if ready to play (or 'realize'). Returns whether or not the sound is ready to be realized.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioVirtualLoop.h |
| Include Path | #include "AudioVirtualLoop.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioVirtualLoop.cpp |
bool Update
(
float DeltaTime,
bool bForceUpdate
)