Native class
SGBASuggestedIDEWidget#
        
class        
SGBASuggestedIDEWidget            :
                    public SCompoundWidget    
        Either a button to directly install or a hyperlink to a website to download the suggested IDE for the platform. Only visible when no compiler is available.
Methods#
- 
                publicvoidConstruct()const FArguments& InArgsConstructs this widget with InArgs 
- 
                
                inline
- 
                privateTSharedRef<SWidget>CreateGetDocumentationLinkWidget() constCreates the appropriate widget to display for the platform 
- 
                
                TSharedRef<SWidget>Creates the appropriate widget to display for the platform 
- 
                
                static EVisibilityGets the visibility of the global error label IDE Link 
- 
                
                static FReplyOnDownloadIDEClicked()FString InURLHandler for when the error label IDE hyperlink was clicked 
- 
                
                static voidOnIDEInstallerDownloadComplete()bool bWasSuccessfulHandler for when the suggested IDE installer has finished downloading 
- 
                
                FReplyHandler for when the install IDE button was clicked 
- 
                
                static FReplyHandler for when the error label IDE hyperlink was clicked 
Fields#
- 
                privatestatic constexpr const TCHAR* DocumentationURL = TEXT("https://docs.unrealengine.com/5.0/en-US/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine/")
- 
                
                static TSharedPtr<SNotificationItem> IDEDownloadNotificationHandle to the notification displayed when downloading an IDE installer