March 2019
Intermediate to advanced
708 pages
17h 9m
English
class FChapter_10EditorModule: public IModuleInterface { virtual void StartupModule() override; virtual void ShutdownModule() override; TArray< TSharedPtr<IAssetTypeActions> > CreatedAssetTypeActions; TSharedPtr<FExtender> ToolbarExtender; TSharedPtr<const FExtensionBase> Extension; IConsoleCommand* DisplayTestCommand; IConsoleCommand* DisplayUserSpecifiedWindow;
DisplayTestCommand = IConsoleManager::Get().RegisterConsoleCommand(TEXT("DisplayTestCommandWindow"), TEXT("test"), FConsoleCommandDelegate::CreateRaw(this, &FChapter_10EditorModule::DisplayWindow, FString(TEXT("Test ...Read now
Unlock full access