FRepLayout::SendProperties_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

void SendProperties_BackwardsCompatible
(
    FSendingRepState *__restrict RepState,
    FRepChangedPropertyTracker * ChangedTracker,
    const FConstRepObjectDataBuffer Data,
    UNetConnection * Connection,
    FNetBitWriter & Writer,
    TArray< uint16 > & Changed
) 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