Public Member Functions | |
void | DiscordActionClicked () |
void | DonateActionClicked () |
void | ForumsActionClicked () |
void | HelpActionClicked () |
void | IssuesActionClicked () |
void | MarketplaceActionClicked () |
virtual void | ShutdownModule () override |
virtual void | StartupModule () override |
Private Member Functions | |
void | AddMenuBarExtension (FMenuBarBuilder &Builder) |
void | AddMenuExtension (FMenuBuilder &Builder) |
Private Attributes | |
TSharedPtr< class FUICommandList > | PluginCommands |
Additional Inherited Members | |
Static Public Member Functions inherited from IRuntimeMeshComponentEditorPlugin | |
static IRuntimeMeshComponentEditorPlugin & | Get () |
static bool | IsAvailable () |
Definition at line 18 of file RuntimeMeshComponentEditorPlugin.cpp.
|
private |
Definition at line 136 of file RuntimeMeshComponentEditorPlugin.cpp.
|
private |
Definition at line 145 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::DiscordActionClicked | ( | ) |
Definition at line 124 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::DonateActionClicked | ( | ) |
This function will be bound to Command.
Definition at line 101 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::ForumsActionClicked | ( | ) |
Definition at line 112 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::HelpActionClicked | ( | ) |
Definition at line 107 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::IssuesActionClicked | ( | ) |
Definition at line 118 of file RuntimeMeshComponentEditorPlugin.cpp.
void FRuntimeMeshComponentEditorPlugin::MarketplaceActionClicked | ( | ) |
Definition at line 130 of file RuntimeMeshComponentEditorPlugin.cpp.
|
overridevirtual |
Definition at line 94 of file RuntimeMeshComponentEditorPlugin.cpp.
|
overridevirtual |
IModuleInterface implementation
Definition at line 46 of file RuntimeMeshComponentEditorPlugin.cpp.
|
private |
Definition at line 39 of file RuntimeMeshComponentEditorPlugin.cpp.