Navigation
API > API/Developer > API/Developer/SubmitToolCore
| Name | FCmdLineParameter |
| Type | class |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/CommandLine/CmdLineParameter.h |
| Include Path | #include "CommandLine/CmdLineParameter.h" |
Syntax
class FCmdLineParameter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CommandLine/CmdLineParameter.h | |||
FCmdLineParameter
(
FString InKey, |
CommandLine/CmdLineParameter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsFlag | bool | CommandLine/CmdLineParameter.h | ||
| bIsRequired | bool | CommandLine/CmdLineParameter.h | ||
| Description | FString | CommandLine/CmdLineParameter.h | ||
| Key | FString | CommandLine/CmdLineParameter.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parser | TFunction< void(FString &InParam)> | CommandLine/CmdLineParameter.h | ||
| Validator | TFunction< bool(const FString &InParam)> | CommandLine/CmdLineParameter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CustomParse
(
FString& InOutValue |
CommandLine/CmdLineParameter.h | ||
bool IsValid
(
const FString& value |
CommandLine/CmdLineParameter.h |