FPluginUtils::IsValidPluginName

Returns whether the specified plugin name is valid, regardless of whether it's already used

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 bool IsValidPluginName
(
    const FString & PluginName,
    FText * FailReason
)

Remarks

Returns whether the specified plugin name is valid, regardless of whether it's already used

Parameters

Parameter

Description

PluginName

Plugin name

FailReason

Optional output text specifying what is wrong with the plugin name

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