class MAGES::Tests::TestHub::CustomHubModule

Overview

class CustomHubModule: public MAGES::HubModule
{
public:
    // properties

    bool IsInitialized;

    // methods

    override void Shutdown();
    override void Startup();
};

Inherited Members

public:
    // properties

    int Version;

    // methods

    void Startup();
    void Shutdown();
    virtual void UpdateModule(UpdatePhase updatePhase);

Detailed Documentation

Properties

bool IsInitialized

Gets a value indicating whether this module is initialized.