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

Method SpawnObject

Source/Engine/Networking/NetworkReplicator.cpp:1496–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494}
1495
1496void NetworkReplicator::SpawnObject(ScriptingObject* obj)
1497{
1498 DataContainer<uint32> clientIds;
1499 SpawnObject(obj, MoveTemp(clientIds));
1500}
1501
1502void NetworkReplicator::SpawnObject(ScriptingObject* obj, const DataContainer<uint32>& clientIds)
1503{

Callers

nothing calls this directly

Calls 6

IsOfflineFunction · 0.85
GetIDMethod · 0.80
AddOneMethod · 0.80
FindMethod · 0.45
EndMethod · 0.45
CopyMethod · 0.45

Tested by

no test coverage detected