API/Autodoc/Files/UnrealPlayerImpl.h.en.md


Namespaces

Name

Classes

Name
class RuStoreSDK::UnrealPlayerImpl

Source code

// Copyright Epic Games, Inc. All Rights Reserved.

#include "RuStoreListener.h"

namespace RuStoreSDK
{
    class RUSTORECORE_API UnrealPlayerImpl : public RuStoreListener
    {
    public:
        UnrealPlayerImpl() : RuStoreListener("com/Plugins/RuStoreCore/UnrealPlayerWrapper", "ru/rustore/unrealsdk/core/IPlayerProvider") { }
        virtual ~UnrealPlayerImpl() { }
    };
}
Назад