![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for UE::IoStore::HTTP::FActivityNode:Classes | |
| struct | FParams |
Static Public Member Functions | |
| static FActivityNode * | Create (FParams &Params, FAnsiStringView Url={}, FCertRootsRef VerifyCert={}) |
| static void | Destroy (FActivityNode *Activity) |
Public Attributes | |
| FActivityNode * | Next = nullptr |
| int8 | Slot = -1 |
| bool | bFollow30x |
Additional Inherited Members | |
Public Types inherited from UE::IoStore::HTTP::FActivity | |
| enum class | EStage : int32 { Build = -1 , Request = -2 , Response = -3 , Content = -4 , Done = -5 , Cancelled = -6 , Failed = -7 } |
Public Member Functions inherited from UE::IoStore::HTTP::FActivity | |
| FActivity (const FParams &Params) | |
| void | AddHeader (FAnsiStringView Key, FAnsiStringView Value) |
| FOutcome | Tick (FHttpPeer &Peer, int32 *MaxRecvSize=nullptr) |
| void | SetSink (FTicketSink &&InSink, UPTRINT Param) |
| void | SetDestination (FIoBuffer *InDest) |
| void | Cancel () |
| void | Done () |
| void | Fail (const FOutcome &Outcome) |
| EStage | GetStage () const |
| FTransactId | GetTransactId () const |
| const FTransactRef & | GetTransaction () const |
| FAnsiStringView | GetMethod () const |
| FAnsiStringView | GetPath () const |
| FHost * | GetHost () const |
| void | EnumerateHeaders (FResponse::FHeaderSink HeaderSink) const |
| UPTRINT | GetSinkParam () const |
| FIoBuffer & | GetContent () const |
| uint32 | GetRemainingKiB () const |
| FOutcome | GetError () const |
|
static |
|
static |
| bool UE::IoStore::HTTP::FActivityNode::bFollow30x |
| FActivityNode* UE::IoStore::HTTP::FActivityNode::Next = nullptr |
| int8 UE::IoStore::HTTP::FActivityNode::Slot = -1 |