IRepChangedPropertyTracker

Windows
MacOS
Linux

Inheritance Hierarchy

IRepChangedPropertyTracker

FRepChangedPropertyTracker

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h

Include

#include "UObject/CoreNet.h"

Syntax

class IRepChangedPropertyTracker

Constructors

Name Description

Public function

IRepChangedPropertyTracker()

Destructors

Functions

Name Description

Public function Virtual Const

void

 

CountBytes

(
    FArchive& Ar
)

Used when tracking memory to gather the total size of a given instance.

Public function

void

 

SetCustomIsActiveOverride

(
    UObject* OwningObject,
    const uint16 RepIndex,
    const bool bIsActive
)

Public function

void

 

SetExternalData

(
    const uint8* Src,
    const int32 NumBits
)

Deprecated Functions

Name Description

Public function Const

bool

 

IsReplay()

Will be removed in a future release.

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