Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
Macro with nested standard macros, collected in a prepass.
| Name | FParsedNestedMacro |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
struct FParsedNestedMacro
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commandlets/GatherTextFromSourceCommandlet.h | |||
FParsedNestedMacro
(
const FString& InMacroName, |
Commandlets/GatherTextFromSourceCommandlet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExclude | bool | Commandlets/GatherTextFromSourceCommandlet.h | ||
| Content | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| Filename | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| LineCount | int32 | Commandlets/GatherTextFromSourceCommandlet.h | ||
| LineStart | int32 | Commandlets/GatherTextFromSourceCommandlet.h | ||
| MacroName | FString | Commandlets/GatherTextFromSourceCommandlet.h | ||
| MacroNameNested | FString | Commandlets/GatherTextFromSourceCommandlet.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 Size
(
const FParsedNestedMacro& Result |
Commandlets/GatherTextFromSourceCommandlet.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FParsedNestedMacro& Other |
Commandlets/GatherTextFromSourceCommandlet.h |