FHoloLensCriticalSection::TryLock

Attempt to take a lock and returns whether or not a lock was taken.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HoloLens/HoloLensCriticalSection.h

Include

#include "HoloLens/HoloLensCriticalSection.h"

Syntax

bool TryLock()

Remarks

Attempt to take a lock and returns whether or not a lock was taken.

Returns

true if a lock was taken, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss