Tala Esenlikler
UI Developer Settings

Log Runtime Route Projection Changes

Logs route projection changes to help diagnose UI state changes during playtesting.

Interaction Framework 1.0.0 UE5.8 bool UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Logs route projection changes to help diagnose UI state changes during playtesting.

This boolean flag (bool) belongs to UInteractionFrameworkUIDeveloperSettings under Debug.

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.

Owner UInteractionFrameworkUIDeveloperSettings
Module InteractionFrameworkUI
Category Debug
UPROPERTY(EditAnywhere, config, Category = "Debug")
bool bLogRuntimeRouteProjectionChanges = false;

Related Docs