UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TBucketMapLock< T > Struct Template Reference

Public Member Functions

FORCEINLINE TBucketMapLock (T &InMap)
 
FORCEINLINE ~TBucketMapLock ()
 

Public Attributes

T & Map
 

Detailed Description

template<typename T>
struct TBucketMapLock< T >

Simple TBucketMap read only lock scope

Constructor & Destructor Documentation

◆ TBucketMapLock()

template<typename T >
FORCEINLINE TBucketMapLock< T >::TBucketMapLock ( T &  InMap)
inlineexplicit

◆ ~TBucketMapLock()

template<typename T >
FORCEINLINE TBucketMapLock< T >::~TBucketMapLock ( )
inline

Member Data Documentation

◆ Map

template<typename T >
T& TBucketMapLock< T >::Map

The documentation for this struct was generated from the following file: