UGameFeaturesSubsystem::GetPluginURLForBuiltInPluginByName

If the specified plugin is a built-in plugin, return the URL used to identify it.

Windows
MacOS
Linux

References

Module

GameFeatures

Header

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h

Include

#include "GameFeaturesSubsystem.h"

Source

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp

Syntax

bool GetPluginURLForBuiltInPluginByName
(
    const FString & PluginName,
    FString & OutPluginURL
)

Remarks

If the specified plugin is a built-in plugin, return the URL used to identify it. Returns true if the plugin exists, false if it was not found

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