FGenericPlatformProperties::IniPlatformName

Gets the name of this platform when loading INI files.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h

Include

#include "GenericPlatform/GenericPlatformProperties.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProperties.cpp

Syntax

static const char * IniPlatformName()

Remarks

Gets the name of this platform when loading INI files. Defaults to PlatformName.

Note: MUST be implemented per platform.

Returns

Platform name.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss