Navigation
API > API/Developer > API/Developer/GDKPlatformEditor
| Name | IGDKPlatformEditorModule |
| Type | class |
| Header File | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Public/GDKPlatformEditorModule.h |
| Include Path | #include "GDKPlatformEditorModule.h" |
Syntax
class IGDKPlatformEditorModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPartnerCenterProduct | TMap< FString, FString > | GDKPlatformEditorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CancelQueryPartnerCenter() |
GDKPlatformEditorModule.h | ||
const TArray< TSharedPtr< FPartnerCenterProduct > > * GetPartnerCenterProducts() |
GDKPlatformEditorModule.h | ||
bool IsQueryingPartnerCenter() |
GDKPlatformEditorModule.h | ||
void PartnerCenterQueryProductsAsync
(
TFunction< void(bool)> OnComplete |
GDKPlatformEditorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IGDKPlatformEditorModule & Get() |
GDKPlatformEditorModule.h |