UInteractionRuntimeSaveSnapshotStorage is the Unreal reflection type for the IInteractionRuntimeSaveSnapshotStorage interface.
Use this UINTERFACE type for Blueprint exposure and asset/class metadata. Implement the matching IInteractionRuntimeSaveSnapshotStorage C++ interface functions on your class.
UINTERFACE(BlueprintType)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeSaveSnapshotStorage : public UInterface
Use Cases
- Use UInteractionRuntimeSaveSnapshotStorage in the core-concepts workflow.
Notes
- UINTERFACE entries and IInterface entries represent one conceptual interface in Unreal.