Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::IO::Requests::ExternalRequestData Struct Reference

#include <FileRequest.h>

Public Member Functions

 ExternalRequestData (FileRequestPtr &&request)
 

Public Attributes

FileRequestPtr m_request
 The request that was send to Streamer.
 

Static Public Attributes

static constexpr IStreamerTypes::Priority s_orderPriority = IStreamerTypes::s_priorityMedium
 
static constexpr bool s_failWhenUnhandled = true
 

Detailed Description

Stores a reference to the external request so it stays alive while the request is being processed. This is needed because Streamer supports fire-and-forget requests since completion can be handled by registering a callback.


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