MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnPlatformUserRemove

Function OnPlatformUserRemove

Source/Engine/Platform/Base/PlatformUtils.h:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15inline void OnPlatformUserRemove(User* user)
16{
17 Platform::Users.Remove(user);
18 Platform::UserRemoved(user);
19 Delete(user);
20}

Callers 1

UserChangeEventCallbackFunction · 0.85

Calls 2

DeleteFunction · 0.85
RemoveMethod · 0.45

Tested by

no test coverage detected