IProjectManager::UpdateSupportedTargetPlatformsForCurrentProject

Update the list of supported target platforms for the current project based upon the parameters provided

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h

Include

#include "Interfaces/IProjectManager.h"

Syntax

void UpdateSupportedTargetPlatformsForCurrentProject
(
    const FName & InPlatformName,
    const bool bIsSupported
)

Remarks

Update the list of supported target platforms for the current project based upon the parameters provided

Parameters

Parameter

Description

InPlatformName

Name of the platform to target (eg, WindowsNoEditor)

bIsSupported

true if the platform should be supported by this project, false if it should not

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