Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerSave
- FArchiveState::Tell()
- FLinkerSave::Tell()
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerSave.h |
| Include | #include "UObject/LinkerSave.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerSave.cpp |
virtual int64 Tell&40;&41;
Remarks
Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. If this returns -1, there is no backing data storage and Seek will not function.