![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AppleEventLoopHttpThread.h>
Inheritance diagram for FAppleEventLoopHttpThread:Protected Attributes | |
| TOptional< UE::EventLoop::TEventLoop< FAppleHTTPIOManager > > | EventLoop |
Protected Attributes inherited from FEventLoopHttpThread | |
| UE::EventLoop::FTimerHandle | RequestTickTimer |
Protected Attributes inherited from FHttpThreadBase | |
| FRunnableThread * | Thread |
| TMpscQueue< FHttpRequestCommon * > | NewThreadedRequests |
| TMpscQueue< FHttpRequestCommon * > | CancelledThreadedRequests |
| TArray< FHttpRequestCommon * > | RateLimitedThreadedRequests |
| TArray< FHttpRequestCommon * > | RunningThreadedRequests |
| TSpscQueue< FHttpRequestCommon * > | CompletedThreadedRequests |
Additional Inherited Members | |
Public Member Functions inherited from FEventLoopHttpThread | |
| FEventLoopHttpThread () | |
| virtual | ~FEventLoopHttpThread () |
| virtual void | StartThread () override final |
| virtual void | StopThread () override final |
| virtual void | UpdateConfigs () override final |
| virtual void | AddRequest (FHttpRequestCommon *Request) override final |
| virtual void | CancelRequest (FHttpRequestCommon *Request) override final |
| virtual void | GetCompletedRequests (TArray< FHttpRequestCommon * > &OutCompletedRequests) override final |
| virtual void | Tick () override final |
Public Member Functions inherited from FHttpThreadBase | |
| FHttpThreadBase () | |
| virtual | ~FHttpThreadBase () |
| bool | IsStopped () const |
| bool | NeedsSingleThreadTick () const |
|
overrideprotectedvirtual |
Complete a request on the http thread
Reimplemented from FHttpThreadBase.
|
overrideprotectedvirtual |
Implements FEventLoopHttpThread.
|
overrideprotectedvirtual |
Implements FEventLoopHttpThread.
|
overrideprotectedvirtual |
Implements FEventLoopHttpThread.
|
overrideprotectedvirtual |
Implements FEventLoopHttpThread.
|
overrideprotectedvirtual |
Start processing a request on the http thread
Reimplemented from FHttpThreadBase.
|
overrideprotectedvirtual |
Implements FEventLoopHttpThread.
|
protected |