Enum EMinClientFlags
Flags for configuring the minimal client, what parts of the netcode should be enabled etc.
Namespace: UE4.NetcodeUnitTest
Assembly: UE4DotNet.dll
Syntax
public enum EMinClientFlags
Fields
| Name | Description |
|---|---|
| AcceptActors | |
| AcceptRPCs | |
| BeaconConnect | |
| DumpReceivedRaw | |
| DumpReceivedRPC | |
| DumpSendRaw | |
| DumpSendRPC | |
| EMinClientFlags_MAX | |
| None | |
| NotifyNetActors | |
| NotifyProcessNetEvent | |
| SendRPCs | |
| SkipControlJoin |