Builds a short readable summary string for logging or debug UI.
Use this in the interaction save and restore pipeline to move interaction state between the world subsystem and project-owned save storage.
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Save")
static FString DescribeInteractionSaveSnapshot( const FInteractionRuntimeSaveSnapshot& Snapshot);
Parameters
Inputs
Snapshot
Interaction save snapshot used by the operation.
Return Value
FString
String returned by the function.
Use Cases
- Move interaction persistence data between runtime state and project save storage.