Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
- UClientUnitTest::NotifyAllowNetActor()
- UUTT61_DebugReplicateData::NotifyAllowNetActor()
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 NotifyAllowNetActor
&40;
UClass &42; ActorClass,
bool bActorChannel,
bool & bBlockActor
&41;
Remarks
Notification triggered BEFORE a replicated actor has been created (allowing you to block creation, based on class)
Parameters
Name | Description |
---|---|
ActorClass | The actor class that is about to be created |
bActorChannel | Whether or not this actor is being created within an actor channel |
bBlockActor | Whether or not to block creation of that actor (defaults to true) |