IDesktopPlatform::GetTargetsForProject

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

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
const [TArray](API\Runtime\Core\Containers\TArray)< [FTargetInfo](API\Developer\DesktopPlatform\FTargetInfo) > & GetTargetsForProject
(
    const [FString](API\Runtime\Core\Containers\FString) & ProjectFile
) const

Remarks

Gets information about the build targets supported by a particular project. Array of TargetInfo objects


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library