GetPlatformName - Debug
From Creation Kit
Member of: Debug Script
Obtains the game's platform name.
Syntax
string Function GetPlatformName() native global debugOnly
Parameters
None.
Return Value
The game's platform name (PC, 360, etc).
Examples
; Print out the current platform name to the log Debug.Trace("You are running on the " + Debug.GetPlatformName() + " platform")