Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatform
- ITargetPlatform::IsSdkInstalled()
- FTargetPlatformBase::IsSdkInstalled()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
| Include | #include "Interfaces/ITargetPlatform.h" |
bool IsSdkInstalled
&40;
bool bProjectHasCode,
FString & OutDocumentationPath
&41; const
Remarks
Checks whether the platform's SDK requirements are met so that we can do things like package for the platform true if the platform is ready for use
Parameters
| Name | Description |
|---|---|
| bProjectHasCode | true if the project has code, and therefore any compilation based SDK requirements should be checked |
| OutDocumentationPath | Let's the platform tell the editor a path to show some documentation about how to set up the SDK |