Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformControls
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.
Derived Overrides
- FTargetPlatformMerged::IsRunningPlatform
- TNonDesktopTargetPlatformBase::IsRunningPlatform
- TNonDesktopTargetPlatformControlsBase::IsRunningPlatform
| Name | IsRunningPlatform |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include Path | #include "Interfaces/ITargetPlatformControls.h" |
bool IsRunningPlatform() const
true if this platform is running, false otherwise.