Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IProjectManager
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h |
| Include | #include "Interfaces/IProjectManager.h" |
void UpdateSupportedTargetPlatformsForCurrentProject
&40;
const FName & InPlatformName,
const bool bIsSupported
&41;
Remarks
Update the list of supported target platforms for the current project based upon the parameters provided
Parameters
| Name | Description |
|---|---|
| InPlatformName | Name of the platform to target (eg, WindowsClient) |
| bIsSupported | true if the platform should be supported by this project, false if it should not |