Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/IMainFrameModule
Delegate for when a platform SDK isn't installed corrected (takes the platform name and the documentation link to show)
| Name | FMainFrameSDKNotInstalled |
| Type | class |
| Header File | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include Path | #include "Interfaces/IMainFrameModule.h" |
Syntax
class FMainFrameSDKNotInstalled : public TBaseMulticastDelegate_TwoParams< void, const FString &, const FString & >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const FString &, const FString & > → IMainFrameModule::FMainFrameSDKNotInstalled