Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FPThreadsCriticalSection
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h |
| Include | #include "HAL/PThreadCriticalSection.h" |
bool TryLock()
Remarks
Attempt to take a lock and returns whether or not a lock was taken. true if a lock was taken, false otherwise.