Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
This descriptor finds macros that match those found in the prepass (FNestedMacroPrepassDescriptor)
| Name | FNestedMacroDescriptor |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
class FNestedMacroDescriptor : public UGatherTextFromSourceCommandlet::FMacroDescriptor
Inheritance Hierarchy
- UGatherTextFromSourceCommandlet::FParsableDescriptor → UGatherTextFromSourceCommandlet::FMacroDescriptor → UGatherTextFromSourceCommandlet::FNestedMacroDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNestedMacroDescriptor
(
FString InMacroName, |
Commandlets/GatherTextFromSourceCommandlet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Content | const FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| Filename | const FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| MacroNameNested | const FString | Commandlets/GatherTextFromSourceCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsApplicableFile
(
const FString& InFilename |
Commandlets/GatherTextFromSourceCommandlet.h | ||
virtual void TryParse
(
const FString& Text, |
Commandlets/GatherTextFromSourceCommandlet.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void TestNestedMacroDescriptorParseArgs() |
Commandlets/GatherTextFromSourceCommandlet.h | ||
static void TryParseArgs
(
const FString& MacroInnerParams, |
Commandlets/GatherTextFromSourceCommandlet.h |