Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ Flush
Method
Flush
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
void Flush()
99
{
100
if (FILE.IsValid())
101
{
102
return FILE->Flush();
103
}
104
}
105
106
107
TSharedPtr <FArchive> GetFArchive()
Callers
1
OnSystemError
Method · 0.45
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected