Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/IBaseDataReader
Description
A convenience method to return true_ when all data has been read. There is no requirement that GetTotalFileSize() returns a positive value. This method must return true_ when ReadData() would return `EResult::ReachedEOF_.
| Name | HasReachedEOF |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Utilities/IElectraBaseDataReader.h |
| Include Path | #include "Utilities/IElectraBaseDataReader.h" |
bool HasReachedEOF()