IDesktopPlatform::GetTargetsForProject

Gets information about the build targets supported by a particular project.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

const TArray< FTargetInfo > & GetTargetsForProject
(
    const FString & ProjectFile
) const

Remarks

Gets information about the build targets supported by a particular project.

Returns

Array of TargetInfo objects

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