IPluginWizardDefinition::PluginCreated

Called when a plugin is created, with a bool indicating whether creation was actually successful.

Windows
MacOS
Linux

References

Module

PluginBrowser

Header

/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginWizardDefinition.h

Include

#include "IPluginWizardDefinition.h"

Syntax

void PluginCreated
(
    const FString & PluginName,
    bool bWasSuccessful
) const

Remarks

Called when a plugin is created, with a bool indicating whether creation was actually successful.

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