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

#include <FileRequest.h>

Public Member Functions

 CustomData (AZStd::any data, bool failWhenUnhandled)
 

Public Attributes

AZStd::any m_data
 The data for the custom request.
 
bool m_failWhenUnhandled
 Whether or not the request is marked as failed or success when no node process it.
 

Static Public Attributes

static constexpr IStreamerTypes::Priority s_orderPriority = IStreamerTypes::s_priorityMedium
 

Detailed Description

Data for a custom command. This can be used by nodes added extensions that need data that can't be stored in the already provided data.


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