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.
UENUM(BlueprintType)
enum class EInteractionRuntimeDisableSavePolicy : uint8
Values
-
DoNotSave
0 - Disabled state is runtime-only.
-
SaveAppliedState
1 - Save the applied disabled state.