Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UGatherTextFromSourceCommandlet
| Name | FPreProcessorDescriptor |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
class FPreProcessorDescriptor : public UGatherTextFromSourceCommandlet::FParsableDescriptor
Inheritance Hierarchy
- UGatherTextFromSourceCommandlet::FParsableDescriptor → UGatherTextFromSourceCommandlet::FPreProcessorDescriptor
Derived Classes
UGatherTextFromSourceCommandlet::FPreProcessorDescriptor derived class hierarchy
- UGatherTextFromSourceCommandlet::FDefineDescriptor
- UGatherTextFromSourceCommandlet::FElIfDescriptor
- UGatherTextFromSourceCommandlet::FElseDescriptor
- UGatherTextFromSourceCommandlet::FEndIfDescriptor
- UGatherTextFromSourceCommandlet::FIfDefDescriptor
- UGatherTextFromSourceCommandlet::FIfDescriptor
- UGatherTextFromSourceCommandlet::FIniNamespaceDescriptor
- UGatherTextFromSourceCommandlet::FUndefDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPreProcessorDescriptor() |
Commandlets/GatherTextFromSourceCommandlet.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefinedString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| ElIfString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| ElseString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| EndIfString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| IfDefString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| IfString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| IniNamespaceString | const FString | Commandlets/GatherTextFromSourceCommandlet.h | |
| UndefString | const FString | Commandlets/GatherTextFromSourceCommandlet.h |