MCPcopy 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
27IOnlinePlatform* Online::Platform = nullptr;

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.50

Tested by

no test coverage detected