Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FLaunchExtensionInstance
Enumeration to choose where a value should be stored
| Name | EConfig |
| Type | enum |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
Syntax
enum EConfig
{
User_Common,
User_PerProfile,
PerProfile,
}
Values
| Name | Remarks |
|---|---|
| User_Common | Value is shared between all instances of this extension |
| User_PerProfile | Value is specific to this profile & extension |
| PerProfile | Value is saved with the profile |