Navigation
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 < FString > & OutFileNames
)
Remarks
Enumerates all the sample projects installed by the launcher.
Parameters
Name | Description |
---|---|
OutFileNames | Array of sample project filenames. |