UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIrisNetDriverConfig Struct Reference

#include <Engine.h>

Public Attributes

FName NetDriverDefinition
 
FName NetDriverName
 
FString NetDriverWildcardName
 
bool bCanUseIris = false
 

Detailed Description

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

Member Data Documentation

◆ bCanUseIris

bool FIrisNetDriverConfig::bCanUseIris = false

Configurable property that decides if the NetDriver will use the Iris replication system or not if Iris is enabled

◆ NetDriverDefinition

FName FIrisNetDriverConfig::NetDriverDefinition

Name of the net driver definition to configure e.g. GameNetDriver, BeaconNetDriver, etc.

◆ NetDriverName

FName FIrisNetDriverConfig::NetDriverName

Name of the named driver to configure. e.g. GameNetDriver, DemoNetDriver, etc.

◆ NetDriverWildcardName

FString FIrisNetDriverConfig::NetDriverWildcardName

Wildcard match the netdriver name to configure e.g. NetDriverWildcardName="UnitTestNetDriver*" matches with UnitTestNetDriver_1, UnitTestNetDriver_2, etc.


The documentation for this struct was generated from the following file: