#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 |
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.