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.
UPROPERTY(EditAnywhere, config, Category = "Network")
EInteractionRuntimeRouteMismatchPolicy RouteMismatchPolicy = EInteractionRuntimeRouteMismatchPolicy::ServerRouteFallback;