Tala Esenlikler
World Subsystem

GetInteractionSaveRevision

Returns the current save revision counter for dirty-state tracking.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimeWorldSubsystem

Returns the current save revision counter for dirty-state tracking.

Use this read-only check while building interaction save and restore logic. It does not author new target definition data by itself.

Owner UInteractionRuntimeWorldSubsystem
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Save")
int32 GetInteractionSaveRevision() const;

Return Value

int32

Returns the current save revision counter for dirty-state tracking.

Use Cases

  • Read interaction save revision and handle the missing-data case explicitly.

Related Docs