Settings Utils
- Base:
- class
- Type:
- FNSettingsUtils
- Header File:
- NexusCore/Public/NSettingsUtils.h
Provides the canonical container/category names every NEXUS plugin registers its developer and project settings under. Use these accessors rather than duplicating the string literals so that all NEXUS settings appear under a single, consistent section in the Project Settings UI.
Methods​
Get Container Name​
The settings container name ("Project") NEXUS settings are registered in.
/**
* The settings container name (e.g. "Project") NEXUS settings are registered in.
* @return The container name used by ISettingsModule::RegisterSettings.
*/
static FName GetContainerName();
Get Category Name​
The category name all NEXUS settings groups appear under in the Project Settings UI — always "NEXUS".
/**
* The category name all NEXUS settings groups appear under in the Project Settings UI.
* @return The canonical "NEXUS" category name.
*/
static FName GetCategoryName();