Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformBase
- ITargetPlatform::IsSdkInstalled()
- FTargetPlatformBase::IsSdkInstalled()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include | #include "Common/TargetPlatformBase.h" |
virtual 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 |