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

Function GetHash

Source/Engine/Networking/NetworkReplicator.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174inline uint32 GetHash(const NetworkReplicatedObject& key)
175{
176 return GetHash(key.ObjectId);
177}
178
179inline uint32 GetHash(const ScriptingObject* key)
180{

Callers 2

RasterizeMethod · 0.50
DrawPolyFunction · 0.50

Calls 1

GetIDMethod · 0.80

Tested by

no test coverage detected