FRepLayout::GatherGuidReferences

Finds any properties in the Shadow Buffer of the given Rep State that are currently valid (mapped or unmapped) references to other network objects, and retrieves the associated Net GUIDS.

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 GatherGuidReferences
(
    FReceivingRepState *__restrict RepState,
    struct FNetDeltaSerializeInfo & Params,
    TSet< FNetworkGUID > & OutReferencedGuids,
    int32 & OutTrackedGuidMemoryBytes
) const

Remarks

Finds any properties in the Shadow Buffer of the given Rep State that are currently valid (mapped or unmapped) references to other network objects, and retrieves the associated Net GUIDS.

Parameters

Parameter

Description

RepState

The RepState whose shadow buffer we'll inspect. This is expected to be valid.

OutReferencedGuids

Set of Net GUIDs being referenced by the RepState.

OutTrackedGuidMemoryBytes

Total memory usage of properties containing GUID references.

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