Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests > API/Runtime/Engine/Tests/FTestWorlds
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include | #include "Tests/NetTestHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Tests/NetTestHelpers.cpp |
UObject * FindReplicatedObjectOnClient
(
UObject * ServerObject,
uint32 ClientIndex
) const
Remarks
Find the remote instance of a replicated object. Return the remote (client) instance of the same object if it exists.
Parameters
| Name | Description |
|---|---|
| ServerObject | The server object that you want the remote version of. |
| ClientIndex | The client you want a remote instance of |