Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Description
Returns the Iris config for the corresponding NetDriver Priority order for the IrisNetDriverConfigs are:
NetDriverName exact match
NetDriverName wildcard match
NetDriverDefinition match
| Name | GetIrisNetDriverConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
const FIrisNetDriverConfig * GetIrisNetDriverConfig
(
FName InNetDriverDefinition,
FName InNetDriverName
) const