Ark Server API (ASA) - Wiki
|
#include "Containers/Array.h"
#include "Containers/Map.h"
#include "Containers/UnrealString.h"
#include "CoreTypes.h"
#include "HAL/PlatformCrt.h"
#include "Internationalization/Text.h"
#include "Misc/Guid.h"
#include "UObject/NameTypes.h"
#include "UObject/UnrealNames.h"
Go to the source code of this file.
Classes | |
struct | FDataDrivenPlatformInfo |
struct | FDataDrivenPlatformInfoRegistry |
Macros | |
#define | DDPI_HAS_EXTENDED_PLATFORMINFO_DATA (WITH_EDITOR || IS_PROGRAM) |
Enumerations | |
enum class | EPlatformInfoType : uint8 { TruePlatformsOnly = 0x0 , AllPlatformInfos = 0x1 , TruePlatformsOnly , AllPlatformInfos } |
#define DDPI_HAS_EXTENDED_PLATFORMINFO_DATA (WITH_EDITOR || IS_PROGRAM) |
Definition at line 17 of file DataDrivenPlatformInfoRegistry.h.
|
strong |
Enumerator | |
---|---|
TruePlatformsOnly | |
AllPlatformInfos | |
TruePlatformsOnly | Only return "real" platforms (no groups or fake platforms) |
AllPlatformInfos | All known platforms/groups/etc that have a DDPI.ini file |
Definition at line 19 of file DataDrivenPlatformInfoRegistry.h.