> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanamobile.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Unreal Engine SDK

export const Button = ({href, children}) => {
  return <div className="not-prose group mt-3">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
      </button>
    </a>
  </div>;
};

## solana-saga-unreal-sdk

The `solana-saga-unreal-sdk` is an open source Unreal Engine plugin that integrates with the Solana Mobile Stack to provide features like wallet signing.
It is a community developed SDK, maintained by the [CaveWorld](https://www.caveworld.com/) team.

Currently, the status of the SDK is still in **pre-release** stage and in development.

<Button href="https://github.com/CryptoCavemen/solana-saga-unreal-sdk">View on GitHub</Button>

<Info>
  **NOTE**

  The `solana-saga-unreal-sdk` is a community-developed and maintained project and **it is not an official library**.
  Please be understanding if certain areas are still under development. Your
  contributions are always welcome to help address any issues you may encounter.
</Info>

The SDK includes:

* Mobile Wallet Adapter
* Seed Vault
* Example App
