AssetViewUtils::IsPluginFolder

Returns true if the passed-in path is a plugin folder, optionally reporting where the plugin was loaded from.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h

Include

#include "AssetViewUtils.h"

Source

/Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp

Syntax

namespace AssetViewUtils
{
    bool AssetViewUtils::IsPluginFolder
    (
        const FString & InPath,
        const TArray< TSharedRef< IPlugin >> & InPlugins,
        EPluginLoadedFrom * OutPluginSource
    )
}

Remarks

Returns true if the passed-in path is a plugin folder, optionally reporting where the plugin was loaded from. Pass in a prefiltered list of plugins to consider more efficient when called many times.

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