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

#include <FileRequest.h>

Public Member Functions

 FileMetaDataRetrievalData (const RequestPath &path)
 

Public Attributes

const RequestPathm_path
 
u64 m_fileSize { 0 }
 
bool m_found { false }
 

Static Public Attributes

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

Detailed Description

Searches for a file in the stack and retrieves the meta data. This may be slower than a file exists check.


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