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

#include <FileRequest.h>

Public Member Functions

 RequestPathStoreData (RequestPath path)
 

Public Attributes

RequestPath m_path
 

Static Public Attributes

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

Detailed Description

Stores an instance of a RequestPath. To reduce copying instances of a RequestPath functions that need a path take them by reference to the original request. In some cases a path originates from within in the stack and temporary storage is needed. This struct allows for that temporary storage so it can be safely referenced later.


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