Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/Net
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UChannel
- UActorChannel
- UUnitTestActorChannel
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestActorChannel.h |
| Include | #include "Net/UnitTestActorChannel.h" |
Syntax
UCLASS&40;Transient&41;
class UUnitTestActorChannel : public UActorChannel
Remarks
An actor net channel override, for hooking ReceivedBunch, to aid in detecting/blocking of remote actors, of a specific class
Constructors
| Type | Name | Description | |
|---|---|---|---|
UUnitTestActorChannel
(
const FObjectInitializer& ObjectInitializer |
Default constructor |
Overridden from UActorChannel
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyActorChannelOpen
(
AActor* InActor, |
Overridden from UChannel
| Type | Name | Description | |
|---|---|---|---|
| void | ReceivedBunch
(
FInBunch& Bunch |
Handle an incoming bunch. | |
| void | Tick () |
Handle time passing on this channel. |