Tala Esenlikler
UI Developer Settings

Preload Runtime Input Assets At Startup

Loads runtime input assets at startup so prompt input text can resolve without first-use hitches.

Interaction Framework 1.0.0 UE5.8 bool UInteractionFrameworkUIDeveloperSettings InteractionFrameworkUIDeveloperSettings.h

Loads runtime input assets at startup so prompt input text can resolve without first-use hitches.

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

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 Preload
UPROPERTY(EditAnywhere, config, Category = "Preload")
bool bPreloadRuntimeInputAssetsAtStartup = true;

Related Docs