FRepLayout::ReceiveProperties_BackwardsCompatible

Currently only used for Replays / with the [UDemoNetDriver](API\Runtime\Engine\Engine\UDemoNetDriver).

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 ReceiveProperties_BackwardsCompatible
(
    UNetConnection * Connection,
    FReceivingRepState *__restrict RepState,
    FRepObjectDataBuffer Data,
    FNetBitReader & InBunch,
    bool & bOutHasUnmapped,
    const bool bEnableRepNotifies,
    bool & bOutGuidsChanged
) const

Remarks

Currently only used for Replays / with the UDemoNetDriver.

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