![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ConditionVariable.h>
Public Member Functions | |
| constexpr | FConditionVariable ()=default |
| FConditionVariable (const FConditionVariable &)=delete | |
| FConditionVariable & | operator= (const FConditionVariable &)=delete |
| void | NotifyOne () |
| void | NotifyAll () |
| template<typename TLock > | |
| void | Wait (TLock &Lock) |
A one-byte portable condition variable. Gives the same decent performance everywhere.
|
constexprdefault |
|
delete |
|
inline |
|
inline |
|
delete |