Navigation
API > API/Runtime > API/Runtime/Core
| Name | FramePro::Platform::Enum |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/FramePro/FramePro.h |
| Include Path | #include "FramePro/FramePro.h" |
Syntax
namespace FramePro
{
namespace Platform
{
enum Enum
{
Windows = 0,
Windows_UWP,
XBoxOne,
Unused,
Linux,
PS4,
Android,
Mac,
iOS,
Switch,
}
}
}
Values
| Name | Remarks |
|---|---|
| Windows | |
| Windows_UWP | |
| XBoxOne | |
| Unused | |
| Linux | |
| PS4 | |
| Android | |
| Mac | |
| iOS | |
| Switch |