Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetPosition
Method
SetPosition
Source/Engine/Serialization/FileWriteStream.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void FileWriteStream::SetPosition(uint32 seek)
74
{
75
Flush();
76
_file->SetPosition(seek);
77
}
78
79
void FileWriteStream::WriteBytes(const void* data, uint32 bytes)
80
{
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected