IProjectManager::UpdateSupportedTargetPlatformsForProject

Update the list of supported target platforms for the target 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 UpdateSupportedTargetPlatformsForProject
(
    const FString & FilePath,
    const FName & InPlatformName,
    const bool bIsSupported
)

Remarks

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

Parameters

Parameter

Description

FilePath

The filepath where the project is stored.

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