> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGameSaveInitOptions

> Options to use when initializing the game save system.

Options to use when initializing the game save system.

## Syntax

```cpp theme={null}
enum class PFGameSaveInitOptions  : uint64_t  
{  
    None = 0x00,  
}  
```

## Constants

| Constant | Description                                    |
| -------- | ---------------------------------------------- |
| None     | Other options might be added in future release |

## Requirements

**Header:** PFGameSaveFilesTypes.h

## See also

[PFGameSaveFilesTypes members](/services/playfab/api-references/c/pfgamesavefilestypes/pfgamesavefilestypes_members)
