UClientUnitTest::NotifyNetActor

Override this, to receive notification AFTER an actor channel actor has been created

Windows
MacOS
Linux

Override Hierarchy

UClientUnitTest::NotifyNetActor()

UUTT61_DebugReplicateData::NotifyNetActor()

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h

Include

#include "ClientUnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp

Syntax

virtual void NotifyNetActor
(
    UActorChannel * ActorChannel,
    AActor * Actor
)

Remarks

Override this, to receive notification AFTER an actor channel actor has been created

Parameters

Parameter

Description

ActorChannel

The actor channel associated with the actor

Actor

The actor that has just been created

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