Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
DataDrivenPlatformInfoRegistry.h File Reference
+ Include dependency graph for DataDrivenPlatformInfoRegistry.h:
+ This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ DDPI_HAS_EXTENDED_PLATFORMINFO_DATA

#define DDPI_HAS_EXTENDED_PLATFORMINFO_DATA   (WITH_EDITOR || IS_PROGRAM)

Definition at line 17 of file DataDrivenPlatformInfoRegistry.h.

Enumeration Type Documentation

◆ EPlatformInfoType

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.