Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| |
|
| Module |
Core |
| Header |
/Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include |
#include "Misc/Paths.h" |
Syntax
enum EPathConversion
{
Engine_PlatformExtension,
Engine_NotForLicensees,
Engine_NoRedist,
Project_First,
Project_PlatformExtension = Project_First,
Project_NotForLicensees,
Project_NoRedist,
}
Values
| Name |
Description |
| Engine_PlatformExtension |
ExtraData is name of platform. |
| Engine_NotForLicensees |
|
| Engine_NoRedist |
|
| Project_First |
|
| Project_PlatformExtension |
|
| Project_NotForLicensees |
|
| Project_NoRedist |
|