Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/FTargetReceipt
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/TargetReceipt.h |
| Include | #include "TargetReceipt.h" |
| Source | /Engine/Source/Developer/DesktopPlatform/Private/TargetReceipt.cpp |
bool LaunchesCurrentExecutable
(
bool bCheckLaunchField,
bool bCheckLaunchCmdField
) const
Remarks
Compares the running executable's path to the Launch_ and/or LaunchCmd_ paths.
True if either specified check matches; otherwise, false.
Parameters
| Name | Description |
|---|---|
| bCheckLaunchField | Return true if the current executable is the one referred to by the Launch field. |
| bCheckLaunchCmdField | Return true if the current executable is the one referred to by the LaunchCmd field. |