FRepLayout::SerializeObjectReplicatedProperties

Serializes all replicated properties of a [UObject](API\Runtime\CoreUObject\UObject\UObject) in or out of an archive (depending on what type of archive it is).

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 SerializeObjectReplicatedProperties
(
    UObject * Object,
    FBitArchive & Ar
) const

Remarks

Serializes all replicated properties of a UObject in or out of an archive (depending on what type of archive it is).

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