Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Dispose
Method
Dispose
Source/Engine/Online/Online.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void Dispose() override
21
{
22
// Cleanup current online platform
23
Online::Initialize(nullptr);
24
}
25
};
26
27
IOnlinePlatform* Online::Platform = nullptr;
Callers
nothing calls this directly
Calls
1
Initialize
Function · 0.50
Tested by
no test coverage detected