Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FAuthTicket |
| Type | struct |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
Syntax
struct FAuthTicket
Constructors
| 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 |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAuthTicket() |
Logic/Services/Interfaces/ISTSourceControlService.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Username | FString | Logic/Services/Interfaces/ISTSourceControlService.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Password | FString | Logic/Services/Interfaces/ISTSourceControlService.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Logic/Services/Interfaces/ISTSourceControlService.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString ToString() |
Logic/Services/Interfaces/ISTSourceControlService.h |