Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | EGatherTextSourceFileTypes |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h |
| Include Path | #include "Commandlets/GatherTextFromSourceCommandlet.h" |
Syntax
enum EGatherTextSourceFileTypes
{
None = 0,
Cpp = 1 << 0,
Ini = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Cpp | |
| Ini |