FNetworkProfiler::TrackReplicatePropertiesMetadata

Track a set of metadata for a ReplicateProperties call.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/NetworkProfiler.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp

Syntax

void TrackReplicatePropertiesMetadata
(
    const UObject * Object,
    TBitArray<> & InactiveProperties,
    bool bSentAllProperties,
    UNetConnection * Connection
)

Remarks

Track a set of metadata for a ReplicateProperties call.

Parameters

Parameter

Description

Object

Object being replicated

InactiveProperties

Bitfield describing the properties that are inactive.

bWasAnythingSent

Whether or not any properties were actually replicated.

bSentAlProperties

Whether or not we're going to try sending all the properties from the beginning of time.

Connection

The connection that we're replicating properties to.

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