Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
| Name | EConvertFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
Syntax
enum EConvertFlags
{
None = 0,
AllowDots = 0x1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowDots | When set, this will allow filenames following the wildcard pattern of *.*.*_, rather than *.*_. |