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::CancelData Struct Reference

Cancels a request in the stream stack, if possible. More...

#include <FileRequest.h>

Public Member Functions

 CancelData (FileRequestPtr target)
 

Public Attributes

FileRequestPtr m_target
 The request that will be canceled.
 

Static Public Attributes

static constexpr IStreamerTypes::Priority s_orderPriority = IStreamerTypes::s_priorityHighest
 
static constexpr bool s_failWhenUnhandled = false
 

Detailed Description

Cancels a request in the stream stack, if possible.


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