Inherits AZ::IO::StreamStackEntry.
Additional Inherited Members | |
Protected Attributes inherited from AZ::IO::StreamStackEntry | |
| AZStd::string | m_name |
| The name that uniquely identifies this entry. | |
| AZStd::shared_ptr< StreamStackEntry > | m_next |
| The next entry in the stack. | |
| StreamerContext * | m_context |
| Context information for the entire streaming stack. | |
|
overridevirtual |
Collect various statistics on this stack entry. These are for profiling and debugging purposes only.
Reimplemented from AZ::IO::StreamStackEntry.
|
overridevirtual |
Queues a request to be executed at a later point when ExecuteRequests is called. This can include splitting up the request in more fine-grained steps.
Reimplemented from AZ::IO::StreamStackEntry.
Gets a combined status update from all the nodes in the stack.
Reimplemented from AZ::IO::StreamStackEntry.