Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
- 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 |
virtual void NotifyNetActor
&40;
UActorChannel &42; ActorChannel,
AActor &42; Actor
&41;
Remarks
Override this, to receive notification AFTER an actor channel actor has been created
Parameters
| Name | Description |
|---|---|
| ActorChannel | The actor channel associated with the actor |
| Actor | The actor that has just been created |