FRepLayout::MoveMappedObjectToUnmapped

Called to indicate that the object referenced by the [FNetworkGUID](API\Runtime\Core\Misc\FNetworkGUID) is no longer mapped.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h

Include

#include "Net/RepLayout.h"

Source

/Engine/Source/Runtime/Engine/Private/RepLayout.cpp

Syntax

bool MoveMappedObjectToUnmapped
(
    FReceivingRepState *__restrict RepState,
    struct FNetDeltaSerializeInfo & Params,
    const FNetworkGUID & GUID
) const

Remarks

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.

Parameters

Parameter

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss