Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | Seekable |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Concepts.h |
| Include Path | #include "trio/Concepts.h" |
Syntax
class Seekable
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~Seekable() |
trio/Concepts.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void seek
(
std::uint64_t position |
Set the current position in the stream. | trio/Concepts.h | |
std::uint64_t tell() |
Get the current position in the stream. | trio/Concepts.h |