Policy enum that controls how the runtime handles activation requests whose route identity no longer matches the current interaction state.
UENUM()
enum class EInteractionRuntimeRouteMismatchPolicy : uint8
Values
-
StrictDeny
0 - StrictDeny enum value.
-
ServerRouteFallback
1 - ServerRouteFallback enum value.