How to read a part of a file from disk?

Id like to load part of a file’s bytes, not the whole file. Is this possible in ue4?

Anything is possible, what are you having issue with?

Use IFileManager::Get().CreateFileReader, then you can freely use Seek on the result and read any arbitrary ranges you’d like.

1 Like