UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LockTags.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5namespace UE
6{
7
9inline constexpr struct FAcquireLock final { explicit FAcquireLock() = default; } AcquireLock;
10
12inline constexpr struct FDeferLock final { explicit FDeferLock() = default; } DeferLock;
13
14} // UE
Definition AdvancedWidgetsModule.cpp:13
constexpr struct UE::FDeferLock DeferLock
constexpr struct UE::FAcquireLock AcquireLock
Definition LockTags.h:9
FAcquireLock()=default
Definition LockTags.h:12
FDeferLock()=default