Navigation
API > API/Developer > API/Developer/SubmitToolCore > API/Developer/SubmitToolCore/FAuthTicket
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAuthTicket () |
Logic/Services/Interfaces/ISTSourceControlService.h | ||
FAuthTicket
(
FStringView TicketString |
Logic/Services/Interfaces/ISTSourceControlService.h | ||
FAuthTicket
(
const FString& InUsername, |
Logic/Services/Interfaces/ISTSourceControlService.h |
FAuthTicket()
| Name | FAuthTicket |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
FAuthTicket()
FAuthTicket(FStringView)
| Name | FAuthTicket |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
FAuthTicket
(
FStringView TicketString
)
FAuthTicket(const FString &, const FString &)
| Name | FAuthTicket |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
FAuthTicket
(
const FString & InUsername,
const FString & InPassword
)