UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::EventLoop::FMockEventLoopManagedStorageTraits Struct Reference

Public Types

using InternalHandleArryAllocatorType = TInlineAllocator< 32 >
 
using FExternalHandle = TResourceHandle< FMockManagedStorageHandleTraits >
 

Static Public Member Functions

static uint32 GetCurrentThreadId ()
 
static bool IsManagerThread (uint32 ManagerThreadId)
 
static void CheckNotInitialized (uint32 ManagerThreadId)
 
static void CheckIsManagerThread (uint32 ManagerThreadId)
 
static void ResetTestConditions ()
 

Static Public Attributes

static constexpr bool bStorageAccessThreadChecksEnabled = true
 
static uint32 CurrentThreadId = 1
 
static bool bCheckNotInitializedTriggered = false
 
static bool bCheckIsManagerThreadTriggered = false
 

Member Typedef Documentation

◆ FExternalHandle

◆ InternalHandleArryAllocatorType

Member Function Documentation

◆ CheckIsManagerThread()

static void UE::EventLoop::FMockEventLoopManagedStorageTraits::CheckIsManagerThread ( uint32  ManagerThreadId)
inlinestatic

◆ CheckNotInitialized()

static void UE::EventLoop::FMockEventLoopManagedStorageTraits::CheckNotInitialized ( uint32  ManagerThreadId)
inlinestatic

◆ GetCurrentThreadId()

static uint32 UE::EventLoop::FMockEventLoopManagedStorageTraits::GetCurrentThreadId ( )
inlinestatic

◆ IsManagerThread()

static bool UE::EventLoop::FMockEventLoopManagedStorageTraits::IsManagerThread ( uint32  ManagerThreadId)
inlinestatic

◆ ResetTestConditions()

static void UE::EventLoop::FMockEventLoopManagedStorageTraits::ResetTestConditions ( )
inlinestatic

Member Data Documentation

◆ bCheckIsManagerThreadTriggered

bool UE::EventLoop::FMockEventLoopManagedStorageTraits::bCheckIsManagerThreadTriggered = false
static

◆ bCheckNotInitializedTriggered

bool UE::EventLoop::FMockEventLoopManagedStorageTraits::bCheckNotInitializedTriggered = false
static

◆ bStorageAccessThreadChecksEnabled

constexpr bool UE::EventLoop::FMockEventLoopManagedStorageTraits::bStorageAccessThreadChecksEnabled = true
staticconstexpr

◆ CurrentThreadId

uint32 UE::EventLoop::FMockEventLoopManagedStorageTraits::CurrentThreadId = 1
static

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