FPluginUtils::GetPluginFolder

Returns the plugin folder.

Windows
MacOS
Linux

References

Module

PluginUtils

Header

/Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Public/PluginUtils.h

Include

#include "PluginUtils.h"

Source

/Engine/Plugins/Developer/PluginUtils/Source/PluginUtils/Private/PluginUtils.cpp

Syntax

static FString GetPluginFolder
(
    const FString & PluginLocation,
    const FString & PluginName,
    bool bFullPath
)

Remarks

Returns the plugin folder.

Parameters

Parameter

Description

PluginLocation

directory that contains the plugin folder

PluginName

name of the plugin

bFullPath

ensures a full path is returned

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