Navigation
API > API/Runtime > API/Runtime/DeveloperSettings > API/Runtime/DeveloperSettings/Engine
References
| Module | DeveloperSettings |
| Header | /Engine/Source/Runtime/DeveloperSettings/Public/Engine/PlatformSettingsManager.h |
| Include | #include "Engine/PlatformSettingsManager.h" |
Syntax
USTRUCT ()
struct FPlatformSettingsInstances
Remarks
List of platform-specific instances for a class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TObjectPtr< UPlatformSettings > > | OtherPlatforms | Instances for other platforms (only used in the editor) | |
| TObjectPtr< UPlatformSettings > | PlatformInstance | The instance for the native platform. |