FActorRepListStatCollector::FlagNodeVisited

Prevents the node from being visited twice in case it's shared multiple times

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h

Include

#include "ReplicationGraphTypes.h"

Source

/Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraphTypes.cpp

Syntax

void FlagNodeVisited
(
    const class UReplicationGraphNode * NodeToVisit
)

Remarks

Prevents the node from being visited twice in case it's shared multiple times

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