Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/Net
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UChannel
- UUnitTestChannel
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestChannel.h |
| Include | #include "Net/UnitTestChannel.h" |
Syntax
UCLASS&40;Transient&41;
class UUnitTestChannel : public UChannel
Remarks
A net channel for overriding the implementation of traditional net channels, for e.g. blocking control channel messages, to enable minimal clients
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bVerifyOpen | Whether or not this channel should verify it has been opened (resends initial packets until acked, like control channel) | |
| TObjectPtr< UMinimalClient > | MinClient | The minimal client which may require received bunch notifications |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UUnitTestChannel
(
const FObjectInitializer& ObjectInitializer |
UUNitTestChannel |
Overridden from UChannel
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
UNetConnection* InConnection, |
UChannel interface. | |
| void | ReceivedBunch
(
FInBunch& Bunch |
Handle an incoming bunch. | |
| void | Tick () |
Handle time passing on this channel. |