Tala Esenlikler
Runtime Developer Settings

Route Mismatch Policy

Server behavior when a client requests a route that no longer matches server state.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeRouteMismatchPolicy UInteractionFrameworkRuntimeDeveloperSettings InteractionFrameworkRuntimeDeveloperSettings.h

Server behavior when a client requests a route that no longer matches server state.

This enum selection (EInteractionRuntimeRouteMismatchPolicy) belongs to UInteractionFrameworkRuntimeDeveloperSettings under Network.

Project settings and default configuration use this property to shape plugin behavior before runtime objects are created. Change it when the project-wide default should differ from the plugin default.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner UInteractionFrameworkRuntimeDeveloperSettings
Module InteractionFrameworkRuntime
Category Network
UPROPERTY(EditAnywhere, config, Category = "Network")
EInteractionRuntimeRouteMismatchPolicy RouteMismatchPolicy = EInteractionRuntimeRouteMismatchPolicy::ServerRouteFallback;

Related Docs