FPluginTemplateDescription

Description of a plugin template

Windows
MacOS
Linux

References

Module

PluginBrowser

Header

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

Include

#include "IPluginWizardDefinition.h"

Syntax

struct FPluginTemplateDescription

Remarks

Description of a plugin template

Variables

Name Description

Public variable

bool

 

bCanContainContent

Can the plugin contain content?

Public variable

FText

 

Description

Description of this template in the GUI

Public variable

ELoadingPhase::...

 

LoadingPhase

What is the expected Loading Phase for this plugin?

Public variable

EHostType::Type

 

ModuleDescriptorType

What is the expected ModuleDescriptor type for this plugin?

Public variable

FText

 

Name

Name of this template in the GUI

Public variable

FString

 

OnDiskPath

Name of the directory containing template files

Public variable

TSharedPtr< FSl...

 

PluginIconDynamicImageBrush

Brush resource for the image that is dynamically loaded

Constructors

Name Description

Public function

FPluginTemplateDescription

(
    FText InName,
    FText InDescription,
    FString InOnDiskPath,
    bool InCanContainContent,
    EHostType::Type InModuleDescriptorT...,
    ELoadingPhase::Type InLoadingPhase
)

Constructor

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