Navigation
Unreal Engine C++ API Reference > Plugins > RigLogicLib > trio
Inheritance Hierarchy
- Controllable
- Readable
- Writable
- Seekable
- Bounded
- BoundedIOStream
- FileStream
- MemoryMappedFileStream
- MemoryStream
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Stream.h |
Include | #include "trio/Stream.h" |
Syntax
class BoundedIOStream :
public trio::Controllable,
public trio::Readable,
public trio::Writable,
public trio::Seekable,
public trio::Bounded
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Typedefs
Name | Description |
---|---|
AccessMode | |
OpenMode |
Constants
Name | Description |
---|---|
AlreadyOpenError | |
OpenError | |
ReadError | |
SeekError | |
WriteError |