Represents a command flag for the operating system. A command flag must be prefixed by "-" or "--". Examples include "-a", "--info", etc.
More...
#include "OperatingSystemTerminalCommand.h"
Represents a command flag for the operating system. A command flag must be prefixed by "-" or "--". Examples include "-a", "--info", etc.
◆ FOperatingSystemCommandFlag()
FOperatingSystemCommandFlag::FOperatingSystemCommandFlag |
( |
| ) |
|
|
inline |
◆ IsValid()
FORCEINLINE bool FOperatingSystemCommandFlag::IsValid |
( |
FString & | ErrorReason | ) |
const |
|
inline |
Checks if the command flag is valid.
- Parameters
-
ErrorReason | [out] A reference to a FString that stores the reason why the command flag is not valid. |
- Returns
- True if the command flag is valid, false otherwise.
◆ operator==()
◆ GetTypeHash
◆ bIsRequired
bool FOperatingSystemCommandFlag::bIsRequired |
True if this flag is required. Command will not process if this flag is missing.
◆ Description
FText FOperatingSystemCommandFlag::Description |
◆ Flag
FName FOperatingSystemCommandFlag::Flag |
Command flag. Must be prefixed by - or –. Example -a, –info etc.
The documentation for this class was generated from the following file: