Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
| Name | FMacroArgumentGatherer |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
class FMacroArgumentGatherer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMacroArgumentGatherer() |
Commandlets/GatherTextFromSourceCommandlet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Args | TArray< FString > | Commandlets/GatherTextFromSourceCommandlet.h | ||
| bInDblQuotes | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| bInSglQuotes | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| CurrentArgument | FString | Commandlets/GatherTextFromSourceCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloseDoubleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void CloseSingleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
bool EndArgument() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void ExtractArguments
(
TArray< FString >& Arguments |
Commandlets/GatherTextFromSourceCommandlet.h | ||
bool Gather
(
const TCHAR* Arg, |
Commandlets/GatherTextFromSourceCommandlet.h | ||
int32 GetNumberOfArguments() |
Return the number of argument that are completely resolved. | Commandlets/GatherTextFromSourceCommandlet.h | |
bool IsInDoubleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
bool IsInSingleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void OpenDoubleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void OpenSingleQuotes() |
Commandlets/GatherTextFromSourceCommandlet.h |