⚙️
Platform & System
Blueprint nodes for platform & system operations.
9 nodesIs Mobile Platform
PureReturns true if running on a mobile platform (iOS, Android).
IsMobilePlatformIs Console Platform
PureReturns true if running on a console platform (PlayStation, Xbox, Switch).
IsConsolePlatformIs Desktop Platform
PureReturns true if running on a desktop platform (Windows, Mac, Linux).
IsDesktopPlatformGet GPU Name
PureReturns the name of the primary GPU.
GetGPUNameGet Available RAM (GB)
PureReturns the available system RAM in gigabytes.
GetAvailableRAMGBGet Screen Resolution
PureReturns the current screen resolution and refresh rate.
GetScreenResolutionGet Primary Monitor Size
PureReturns the primary monitor's native resolution.
GetPrimaryMonitorSizeGet Connected Input Devices
PureReturns a list of connected input device names.
GetConnectedInputDevicesIs Gamepad Connected
PureReturns true if at least one gamepad is connected.
IsGamepadConnected