ELoginWindowMode::Type

The modality of the login window.

Unreal Engine C++ API Reference > Developer > SourceControl

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h
Include #include "ISourceControlModule.h"

Syntax

namespace ELoginWindowMode  
{  
    enum Type  
    {  
        Modal,  
        Modeless,  
    }  
}  

Values

Name Description
Modal  
Modeless  

Remarks

The modality of the login window.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library