Web3S_Demo > Web 3S File Reader Object

Web 3S File Reader Object

File reader implementation for the generic reader wrapper UObject. Allows access to reader functionality from blueprints. Instantiate by calling 'UWeb3S_ReaderObject::Construct<UWeb3S_FileReaderObject>('NewObject()' params...).Initialize()' Examples: - UWeb3S_ReaderObject::Construct<UWeb3S_FileReaderObject>().Initialize(TEXT("C:/Path/To/File")) - UWeb3S_ReaderObject::Construct<UWeb3S_FileReaderObject>().Initialize(CWeb3S_FileReader(TEXT("C:/Path/To/File")))

Inheritance Hierarchy

Object
Web 3S Reader Object

References

Module Web3S_Io_Runtime
Header Plugins/Web3S_Plugin/Source/Web3S_Io_Runtime/Public/File/IO/Web3S_FileReaderObject.h
Source Plugins/Web3S_Plugin/Source/Web3S_Io_Runtime/Private/File/IO/Web3S_FileReaderObject.cpp
Include File/IO/Web3S_FileReaderObject.h

Functions

Close Closes the file
Open Opens the file