Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/TNonDesktopTargetPlatformBase
Description
Checks whether this platform is the platform that's currently running.
For example, when running on Windows, the WindowsITargetPlatform will return true and all other platforms will return false.
Virtual Inheritance
- ITargetPlatformControls::IsRunningPlatform → TNonDesktopTargetPlatformBase::IsRunningPlatform
| Name | IsRunningPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include Path | #include "Common/TargetPlatformBase.h" |
virtual bool IsRunningPlatform() const
true if this platform is running, false otherwise.