Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatform
- ITargetPlatform::IsRunningPlatform()
- TNonDesktopTargetPlatformBase::IsRunningPlatform()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
bool IsRunningPlatform&40;&41; const
Remarks
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. true if this platform is running, false otherwise.