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

Method ResolveForeignObject

Source/Engine/Networking/NetworkReplicator.cpp:1619–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617}
1618
1619ScriptingObject* NetworkReplicator::ResolveForeignObject(Guid objectId)
1620{
1621 if (const auto& object = ResolveObject(objectId))
1622 return object->Object.Get();
1623 return nullptr;
1624}
1625
1626uint32 NetworkReplicator::GetObjectOwnerClientId(const ScriptingObject* obj)
1627{

Callers

nothing calls this directly

Calls 2

ResolveObjectFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected