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.
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.