Tala Esenlikler

EInteractionRuntimeDisableSavePolicy

Defines whether disabled interaction state is runtime-only or exported through the framework save path.

Interaction Framework 1.0.0 UE5.8 Enum InteractionRuntimeSaveTypes.h

Defines whether disabled interaction state is runtime-only or exported through the framework save path.

This controls persistence across save/load, not current-session replication. Use SaveAppliedState only when the framework should restore the disabled state later.

Module InteractionFrameworkRuntime
Category save
UENUM(BlueprintType)
enum class EInteractionRuntimeDisableSavePolicy : uint8

Values

DoNotSave 0
Disabled state is runtime-only.
SaveAppliedState 1
Save the applied disabled state.

Related Docs