IDesktopPlatform::EnumerateLauncherSampleProjects

Enumerates all the sample projects installed by the launcher.

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

References

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

Remarks

Enumerates all the sample projects installed by the launcher.

Parameters

Name Description
OutFileNames Array of sample project filenames.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library