![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsSemaphore.h>
Public Member Functions | |
| UE_NONCOPYABLE (FWindowsSemaphore) | |
| FWindowsSemaphore (int32 InitialCount, int32 MaxCount) | |
| ~FWindowsSemaphore () | |
| void | Acquire () |
| bool | TryAcquire (FTimespan Timeout=FTimespan::Zero()) |
| void | Release (int32 Count=1) |
|
inline |
|
inline |
|
inline |
| FWindowsSemaphore::UE_NONCOPYABLE | ( | FWindowsSemaphore | ) |