Navigation
Unreal Engine C++ API Reference > Runtime > Projects > FPluginDescriptor
Syntax
TArray < FString > SupportedTargetPlatforms
Remarks
Controls a subset of platforms that can use this plugin, and which ones will stage the .uplugin file and content files. Generally, for code plugins, it should be the union of platforms that the modules in the plugin are compiled for.