#include <LiveConfigUserSettings.h>
|
|
virtual FName | GetCategoryName () const override |
| |
|
virtual FName | GetSectionName () const override |
| |
|
|
static FString | GetSourcePath () |
| |
User-specific settings for LiveConfig remote sync behavior These settings are per-user, not project-wide
◆ EditorPollRateMinutes
| float ULiveConfigUserSettings::EditorPollRateMinutes = 30.0f |
How often to refresh the config in editor (in minutes) This polling happens even while the editor is idle
◆ ExternalSourceOverride
| ELiveConfigSourceType ULiveConfigUserSettings::ExternalSourceOverride = ELiveConfigSourceType::None |
Source type for remote overrides
- HttpCsv: Fetch from URL (e.g., Google Sheets)
- LocalCsv: Load from local file
- None: No remote overrides
◆ LocalCSVPath
| FFilePath ULiveConfigUserSettings::LocalCSVPath |
Local CSV that can be used to override properties in editor
◆ RemoveCsvUrl
| FString ULiveConfigUserSettings::RemoveCsvUrl |
Source path for remote overrides
◆ SyncMode
| ELiveConfigSyncMode ULiveConfigUserSettings::SyncMode |
Controls how external changes are synced to local property definitions in the editor Default: NeverSync
The documentation for this class was generated from the following files: