Web3S_Demo
>
Web 3S Writer Object
Web 3S Writer Object
Generic data writer wrapper UObject.
Allows access to writer functionality from blueprints.
Inheritance Hierarchy
References
|
Module
|
Web3S_Io_Runtime |
|
Header
|
Plugins/Web3S_Plugin/Source/Web3S_Io_Runtime/Public/Data/IO/Web3S_WriterObject.h |
|
Source
|
Plugins/Web3S_Plugin/Source/Web3S_Io_Runtime/Private/Data/IO/Web3S_WriterObject.cpp |
|
Include
|
Data/IO/Web3S_WriterObject.h |
Functions
|
Flush
|
Moves all written data into final destination (IO operations can perform poorly, this allows for buffering). |
|
IsValid
|
Provides information about instance's validity. |
|
Length
|
Getter for size of the data stream |
|
Position
|
Getter for current position in data stream |
|
Seek
|
Modifies current position in data stream |
|
SeekRelative
|
Modifies current position in data stream by a delta |
|
Truncate
|
Sets a new size for the data stream. |
|
Write
|
Writes contents of a byte array into data stream. |