![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AppleEventLoopHttpThread.h>
Inheritance diagram for FAppleHTTPIOManager:Classes | |
| struct | FParams |
Public Types | |
| using | FIOAccess = FAppleHTTPIOAccess |
Public Member Functions | |
| FAppleHTTPIOManager (UE::EventLoop::IEventLoop &EventLoop, FParams &&Params) | |
| virtual | ~FAppleHTTPIOManager ()=default |
| virtual bool | Init () override |
| virtual void | Shutdown () override |
| virtual void | Notify () override |
| virtual void | Poll (FTimespan WaitTime) override |
| FIOAccess & | GetIOAccess () |
Public Member Functions inherited from UE::EventLoop::IIOManager | |
| virtual | ~IIOManager ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from FNoncopyable | |
| FNoncopyable () | |
| ~FNoncopyable () | |
|
inline |
|
virtualdefault |
|
inline |
Initialize the IO manager. Called from within IEventLoop::Init.
Implements UE::EventLoop::IIOManager.
Notify the IO manager to interrupt a waiting call to Poll. Used to wake the request manager when activity is required.
Thread safe.
Implements UE::EventLoop::IIOManager.
Poll the request manager for activity.
| WaitTime | The maximum amount of time to wait for request activity. |
Implements UE::EventLoop::IIOManager.
Cleanup any resources and prepare for shutdown. Called from IEventLoop::RunOnce when the event loop has received a shutdown request.
Implements UE::EventLoop::IIOManager.