# Actors and Blueprint Classes

## DefiWalletCoreActor

**DefiWalletCoreActor** is a C++ Class that has all the features for interacting with Crypto.org Chain and Cronos Chain natively.

### Create a Blueprint Class

* Right click **Content Browser** > **Blueprint Class**

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-bc4d320a346a31da4e94c20987d158ca64e044e6%2FMenu%20of%20Blueprint%20Class.png?alt=media" alt=""><figcaption></figcaption></figure>

* Search **DefiWalletCoreActor** in All Classes > **Select**

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-97af25d111be8fd5ab8f63a8c5b95c599b84e188%2FPick%20Parent%20Class%20DefiWalletCoreActor.png?alt=media" alt=""><figcaption></figcaption></figure>

* Rename the blueprint, for example, **BP\_DefiWalletCore**.

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-822e5fff0fa31f26565ab709dcf11e28ebd16640%2FIcon%20of%20BP_DefiWalletCore.png?alt=media" alt=""><figcaption></figcaption></figure>

## PlayCppSdkActor

**PlayCppSdkActor** is another C++ class that brings the WalletConnect capability into unreal engine.

### Create a Blueprint Class

* Right click **Content Browser** > **Blueprint Class**, and search **PlayCppSdkActor**

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-94dac00cc1e23fcaf17d64ab5eb459f818671286%2FPick%20Parent%20Class%20PlayCppSdkActor.png?alt=media" alt=""><figcaption></figcaption></figure>

* Rename it, for example, **BP\_PlayCppSdkActor**

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-062e4c95689e1c5f3ad9e908f9dc3bb6cb775eaf%2FIcon%20of%20BP_PlayCppSdkActor.png?alt=media" alt=""><figcaption></figcaption></figure>
