FReplicationGraphCSVTracker::SetImplicitClassTracking

Tracks a class and all of its children (under a single stat set).

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraphTypes.h"

Syntax

void SetImplicitClassTracking
(
    UClass * BaseActorClass,
    const FString & StatNamePrefix
)

Remarks

Tracks a class and all of its children (under a single stat set). This will be a little slower (TMap lookup) but still probably ok if used in moderation (only track your top 3 or so classes)

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