Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
inline void OnPlatformUserRemove(User* user)
16
{
17
Platform::Users.Remove(user);
18
Platform::UserRemoved(user);
19
Delete(user);
20
}
Callers
1
UserChangeEventCallback
Function · 0.85
Calls
2
Delete
Function · 0.85
Remove
Method · 0.45
Tested by
no test coverage detected