Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FCmdLineParameters |
| Type | class |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/CommandLine/CmdLineParameters.h |
| Include Path | #include "CommandLine/CmdLineParameters.h" |
Syntax
class FCmdLineParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCmdLineParameters() |
CommandLine/CmdLineParameters.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | const FCmdLineParameters | CommandLine/CmdLineParameters.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parameters | const TArray< TSharedPtr< FCmdLineParameter > > | CommandLine/CmdLineParameters.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const FString& InKey |
CommandLine/CmdLineParameters.h | ||
bool GetValue
(
const FString& InKey, |
CommandLine/CmdLineParameters.h | ||
bool GetValueArray
(
const FString& InKey, |
CommandLine/CmdLineParameters.h | ||
const TCHAR * InitializeParameters() |
CommandLine/CmdLineParameters.h | ||
void LogParameters() |
CommandLine/CmdLineParameters.h | ||
bool ValidateParameters() |
CommandLine/CmdLineParameters.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FCmdLineParameters & Get() |
CommandLine/CmdLineParameters.h |