IProjectTargetPlatformEditorModule::ShowUnsupportedTargetWarning

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

Windows
MacOS
Linux

References

Module

ProjectTargetPlatformEditor

Header

/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h

Include

#include "Interfaces/IProjectTargetPlatformEditorModule.h"

Syntax

bool ShowUnsupportedTargetWarning
(
    const FName PlatformName
) 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

Returns

true if the platform is supported, or the warning was accepted with "continue".

Parameters

Parameter

Description

PlatformName

The name of the platform to test.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss