![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Engine.h>
Public Attributes | |
| FName | NetDriverDefinition |
| FName | NetDriverName |
| FString | NetDriverWildcardName |
| bool | bCanUseIris = false |
Struct used to configure which NetDriver is started with Iris enabled or not Only one attribute out of the NetDriverDefinition, NetDriverName or NetDriverWildcardName should be set along with the bEnableIris property
Configurable property that decides if the NetDriver will use the Iris replication system or not if Iris is enabled
| FName FIrisNetDriverConfig::NetDriverDefinition |
Name of the net driver definition to configure e.g. GameNetDriver, BeaconNetDriver, etc.
| FName FIrisNetDriverConfig::NetDriverName |
Name of the named driver to configure. e.g. GameNetDriver, DemoNetDriver, etc.
| FString FIrisNetDriverConfig::NetDriverWildcardName |
Wildcard match the netdriver name to configure e.g. NetDriverWildcardName="UnitTestNetDriver*" matches with UnitTestNetDriver_1, UnitTestNetDriver_2, etc.