Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Warnings * This classes are for reference and they are not specially good at error handling, or working efficiently.
Inheritance Hierarchy
- InputStream
- InputFileStream
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Streams.h |
| Include | #include "MuT/Streams.h" |
Syntax
class InputFileStream : public mu::InputStream
Remarks
Read a file into a serialisation stream.
This classes are for reference and they are not specially good at error handling, or working efficiently.
Constructors
| Type | Name | Description | |
|---|---|---|---|
InputFileStream
(
const FString& File |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOpen () |
Return true if the file was found and it could be opened in the constructor. | |
| void | Reposition the stream index. | ||
| uint64 | Tell () |
Return the current position in bytes in the underlying file. |
Overridden from InputStream
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |