FRepChangedPropertyTracker::SetCustomIsActiveOverride

Manually set whether or not Property should be marked inactive.

Windows
MacOS
Linux

Override Hierarchy

IRepChangedPropertyTracker::SetCustomIsActiveOverride()

FRepChangedPropertyTracker::SetCustomIsActiveOverride()

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

virtual void SetCustomIsActiveOverride
(
    UObject * OwningObject,
    const uint16 RepIndex,
    const bool bIsActive
)

Remarks

Manually set whether or not Property should be marked inactive. This will change the Active status for all connections.

Parameters

Parameter

Description

OwningObject

The object that we're tracking.

RepIndex

Replication index for the Property.

bIsActive

The new Active state.

See Also

DOREPLIFETIME_ACTIVE_OVERRIDE

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