Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRepLayout
Description
Called to indicate that the object referenced by the FNetworkGUID is no longer mapped. This can happen if the Object was destroyed, if its level was streamed out, or for any other reason that may cause the Server (or client) to no longer be able to properly reference the object. Note, it's possible the object may become valid again later.
| Name | MoveMappedObjectToUnmapped |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
| Source | /Engine/Source/Runtime/Engine/Private/RepLayout.cpp |
bool MoveMappedObjectToUnmapped
(
FReceivingRepState *__restrict RepState,
struct FNetDeltaSerializeInfo & Params,
const FNetworkGUID & GUID
) const
Parameters
| Name | Remarks |
|---|---|
| RepState | The RepState that holds a reference to the object. This is expected to be valid. |
| GUID | The Network GUID of the object to unmap. |
| Params | Delta Serialization Params used for Custom Delta Properties. |