Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FGatherTextContext
| Name | EPreferredPathType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h |
| Include Path | #include "Commandlets/GatherTextCommandletBase.h" |
Syntax
enum EPreferredPathType
{
Root,
Content,
}
Values
| Name | Remarks |
|---|---|
| Root | Generic "root" path, eg) the root folder of a plugin |
| Content | Content path, eg) the content folder of a plugin |