FRepLayout::CallRepNotifies

Fire any RepNotifies that have been queued for an object while receiving properties.

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 CallRepNotifies
(
    FReceivingRepState * RepState,
    UObject * Object
) const

Remarks

Fire any RepNotifies that have been queued for an object while receiving properties.

Parameters

Parameter

Description

RepState

The ReceivingRepState associated with the Object. This is expected to be valid.

Object

The Object that received properties.

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