Returns counts and flags describing a snapshot.
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")
static FInteractionRuntimeSaveSnapshotSummary GetInteractionSaveSnapshotSummary( const FInteractionRuntimeSaveSnapshot& Snapshot);
Parameters
Inputs
Snapshot
Interaction save snapshot used by the operation.
Return Value
Returns counts and flags describing a snapshot.
Use Cases
- Read interaction save snapshot summary and handle the missing-data case explicitly.