UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TDelegateAccessHandlerBase< FNotThreadSafeNotCheckedDelegateMode > Class Reference

#include <DelegateAccessHandler.h>

+ Inheritance diagram for TDelegateAccessHandlerBase< FNotThreadSafeNotCheckedDelegateMode >:

Classes

struct  FReadAccessScope
 
struct  FWriteAccessScope
 

Protected Member Functions

FReadAccessScope GetReadAccessScope () const
 
FWriteAccessScope GetWriteAccessScope ()
 

Friends

struct TWriteLockedDelegateAllocation< FNotThreadSafeNotCheckedDelegateMode >
 

Detailed Description

non thread-safe version that does not do any race detection. supposed to be used in a controlled environment that provides own detection or synchronisation.

Member Function Documentation

◆ GetReadAccessScope()

FReadAccessScope TDelegateAccessHandlerBase< FNotThreadSafeNotCheckedDelegateMode >::GetReadAccessScope ( ) const
inlineprotected

◆ GetWriteAccessScope()

Friends And Related Symbol Documentation

◆ TWriteLockedDelegateAllocation< FNotThreadSafeNotCheckedDelegateMode >


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