Tala Esenlikler
Saved Disable Record

Disable Application

Whether the disabled state applies globally or per owner.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeDisableApplicationPolicy FInteractionRuntimeSavedDisableRecord InteractionRuntimeSaveTypes.h

Whether the disabled state applies globally or per owner.

This enum selection (EInteractionRuntimeDisableApplicationPolicy) belongs to FInteractionRuntimeSavedDisableRecord under InteractionRuntime|Save.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

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

Owner FInteractionRuntimeSavedDisableRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
EInteractionRuntimeDisableApplicationPolicy DisableApplication = EInteractionRuntimeDisableApplicationPolicy::Global;

Related Docs