UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataDrivenPlatformInfoRegistry.h File Reference
#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 , AllPlatformInfos }
 

Macro Definition Documentation

◆ DDPI_HAS_EXTENDED_PLATFORMINFO_DATA

#define DDPI_HAS_EXTENDED_PLATFORMINFO_DATA   (WITH_EDITOR || IS_PROGRAM)

Enumeration Type Documentation

◆ EPlatformInfoType

enum class EPlatformInfoType : uint8
strong
Enumerator
TruePlatformsOnly 

Only return "real" platforms (no groups or fake platforms)

AllPlatformInfos 

All known platforms/groups/etc that have a DDPI.ini file