Navigation
API > API/Editor > API/Editor/ProjectTargetPlatformEditor > API/Editor/ProjectTargetPlatformEditor/Interfaces > API/Editor/ProjectTargetPlatformEditor/Interfaces/IProjectTargetPl-
References
| Module | ProjectTargetPlatformEditor |
| Header | /Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h |
| Include | #include "Interfaces/IProjectTargetPlatformEditorModule.h" |
bool ShowUnsupportedTargetWarning
&40;
const FName PlatformName
&41; const
Remarks
Check to see if the given platform is on the list of supported targets, and show a warning message if it's not, allowing the user to continue or cancel true if the platform is supported, or the warning was accepted with "continue".
Parameters
| Name | Description |
|---|---|
| PlatformName | The name of the platform to test. |