Navigation
API > API/Developer > API/Developer/SubmitToolCore > API/Developer/SubmitToolCore/FCmdLineParameter
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
CommandLine/CmdLineParameter.h |
|
FCmdLineParameter
(
FString InKey,
bool InIsRequired,
FString InDescription,
bool InIsFlag,
TFunction< bool(const FString&InValue)> InValidator,
TFunction< void(FString&InValue)> InParseInPlace
)
|
|
CommandLine/CmdLineParameter.h |
|
FCmdLineParameter()
| |
|
| Name |
FCmdLineParameter |
| Type |
function |
| Header File |
/Engine/Source/Developer/SubmitToolCore/Public/CommandLine/CmdLineParameter.h |
| Include Path |
#include "CommandLine/CmdLineParameter.h" |
FCmdLineParameter()
FCmdLineParameter(FString, bool, FString, bool, TFunction< bool(const FString &InValue)>, TFunction< void(FString &InValue)>)
| |
|
| Name |
FCmdLineParameter |
| Type |
function |
| Header File |
/Engine/Source/Developer/SubmitToolCore/Public/CommandLine/CmdLineParameter.h |
| Include Path |
#include "CommandLine/CmdLineParameter.h" |
FCmdLineParameter
(
FString InKey,
bool InIsRequired,
FString InDescription,
bool InIsFlag,
TFunction< bool(const FString &InValue)> InValidator,
TFunction< void(FString &InValue)> InParseInPlace
)