UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::HAL::Private::FAndroidManualResetEvent Class Reference

#include <AndroidPlatformManualResetEvent.h>

Public Member Functions

 FAndroidManualResetEvent ()=default
 
 FAndroidManualResetEvent (const FAndroidManualResetEvent &)=delete
 
FAndroidManualResetEventoperator= (const FAndroidManualResetEvent &)=delete
 
void Reset ()
 
bool Poll ()
 
void Wait ()
 
bool WaitFor (FMonotonicTimeSpan WaitTime)
 
bool WaitUntil (FMonotonicTimePoint WaitTime)
 
void Notify ()
 

Detailed Description

Constructor & Destructor Documentation

◆ FAndroidManualResetEvent() [1/2]

UE::HAL::Private::FAndroidManualResetEvent::FAndroidManualResetEvent ( )
default

◆ FAndroidManualResetEvent() [2/2]

UE::HAL::Private::FAndroidManualResetEvent::FAndroidManualResetEvent ( const FAndroidManualResetEvent )
delete

Member Function Documentation

◆ Notify()

void UE::HAL::Private::FAndroidManualResetEvent::Notify ( )

◆ operator=()

FAndroidManualResetEvent & UE::HAL::Private::FAndroidManualResetEvent::operator= ( const FAndroidManualResetEvent )
delete

◆ Poll()

bool UE::HAL::Private::FAndroidManualResetEvent::Poll ( )
inline

◆ Reset()

void UE::HAL::Private::FAndroidManualResetEvent::Reset ( )
inline

◆ Wait()

void UE::HAL::Private::FAndroidManualResetEvent::Wait ( )
inline

◆ WaitFor()

bool UE::HAL::Private::FAndroidManualResetEvent::WaitFor ( FMonotonicTimeSpan  WaitTime)
inline

◆ WaitUntil()

bool UE::HAL::Private::FAndroidManualResetEvent::WaitUntil ( FMonotonicTimePoint  WaitTime)
inline

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