Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UGameUserSettings
Description
Check if the current version of the game user settings is valid. Sub-classes can override this to provide game-specific versioning as necessary.
| Name | IsVersionValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h |
| Include Path | #include "GameFramework/GameUserSettings.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp |
virtual bool IsVersionValid()
True if the current version is valid, false if it is not