Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
| Name | FSourceFileParseContext |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
struct FSourceFileParseContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commandlets/GatherTextFromSourceCommandlet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsNested | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| EndParsingCurrentLine | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| ExcludedRegion | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| Filename | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| FilePlatformName | FName | Commandlets/GatherTextFromSourceCommandlet.h | ||
| FileTypes | EGatherTextSourceFileTypes | Working data. | Commandlets/GatherTextFromSourceCommandlet.h | |
| LineIdx | int32 | Commandlets/GatherTextFromSourceCommandlet.h | ||
| LineNumber | int32 | Commandlets/GatherTextFromSourceCommandlet.h | ||
| LineText | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| MainpassResults | TArray< FManifestEntryResult > & | Commandlets/GatherTextFromSourceCommandlet.h | ||
| Namespace | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| ParsedStringTables | TMap< FName, FParsedStringTable > | Discovered string table data from all files. | Commandlets/GatherTextFromSourceCommandlet.h | |
| Pass | EGatherSourcePasses | Commandlets/GatherTextFromSourceCommandlet.h | ||
| RawStringLiteralClosingDelim | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| ShouldGatherFromEditorOnlyData | bool | Should editor-only data be included in this gather? | Commandlets/GatherTextFromSourceCommandlet.h | |
| TextLines | TArray< FString > | Commandlets/GatherTextFromSourceCommandlet.h | ||
| WithinBlockComment | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| WithinLineComment | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| WithinNamespaceDefineLineNumber | int32 | Commandlets/GatherTextFromSourceCommandlet.h | ||
| WithinStartingLine | const TCHAR * | Commandlets/GatherTextFromSourceCommandlet.h | ||
| WithinStringLiteral | bool | Commandlets/GatherTextFromSourceCommandlet.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedEditorOnlyDefineState | TOptional< EEditorOnlyDefineState > | Commandlets/GatherTextFromSourceCommandlet.h | ||
| MacroBlockStack | TArray< FString > | Working data. | Commandlets/GatherTextFromSourceCommandlet.h | |
| SplitPlatforms | TMap< FName, FString > | Commandlets/GatherTextFromSourceCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddManifestText
(
const FString& Token, |
Commandlets/GatherTextFromSourceCommandlet.h | ||
| Commandlets/GatherTextFromSourceCommandlet.h | |||
| Commandlets/GatherTextFromSourceCommandlet.h | |||
| Commandlets/GatherTextFromSourceCommandlet.h | |||
| Commandlets/GatherTextFromSourceCommandlet.h | |||
EEditorOnlyDefineState EvaluateEditorOnlyDefineState() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void FlushMacroStack() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void PopMacroBlock() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void PushMacroBlock
(
const FString& InBlockCtx |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void RemoveDefine
(
const FString& InDefineCtx |
Commandlets/GatherTextFromSourceCommandlet.h | ||
void SetDefine
(
const FString& InDefineCtx |
Commandlets/GatherTextFromSourceCommandlet.h |