Kinetix Documentation
Website
  • đŸ–ī¸Welcome
  • đŸ•ēAbout Kinetix
  • đŸ–Œī¸User-Generated Emote
    • 🤖Video-to-animation AI
    • 🤸Kinetix Emote Standards
    • đŸĻ´Retargeting
    • 🏂Kinanim (Emote streaming)
    • đŸ–Šī¸Try the User-Generated Emote feature
  • INTEGRATION
    • 🤷SDK or API: what to choose
    • 🤩Kinetix SDK
      • âš™ī¸SDK - Core Package
      • 🧩SDK - Sample scene
      • 🧑‍đŸ’ģTested & approved Game Engines for the SDK
      • đŸ’ģSDK Integration in Unity
        • âŦ‡ī¸Set-up Unity & Import the SDK
          • 🔑Get your Game authentification API Key
          • âš™ī¸Setup your Unity environment
          • 🔧Install the Kinetix SDK in Unity
          • âŒ¨ī¸SDK Initialization - Unity
        • ⚡Quickstart - Unity SDK
        • đŸĻ‹SDK Core Modules activation - Unity
          • 🔐Account Management in Unity
          • 💃Animation System - Unity
            • đŸŽĸUnity's Animator System
            • 🎨Custom Animation System
            • đŸŒŗRoot Motion
              • RootMotion + NavMeshAgent
            • đŸŽžī¸Frame Controller
            • đŸ’ĒIK Controller
            • đŸĢĨAvatar Mask
          • đŸ“ļNetwork - Unity SDK
            • Photon PUN
            • Photon Fusion
        • đŸ•ēUser-Generated Emote integration (Unity)
          • Embedding the PWA in your Unity application
          • Validation / Retake
        • 🚧How to update Kinetix SDK in Unity?
        • 📕SDK API Reference - Unity
          • KinetixCore
          • KinetixCore.Account
          • KinetixCore.Animation
          • KinetixCore.Metadata
          • KinetixCore.Network
          • KinetixCore.UGC
        • 📂Unity SDK Changelog
      • đŸ•šī¸SDK Integration in Unreal Engine
        • âŦ‡ī¸Set-up Unreal Engine & Download the SDK
          • 🔑Get your Game authentification API Key
          • âš™ī¸Set up your Unreal Engine environment
          • 🔧Install the Kinetix SDK in Unreal
          • âŒ¨ī¸UE SDK Core Package Initialization
        • ⚡Quick Start
        • đŸĻ‹SDK Core Modules activation - Unreal
          • 🔐Account Management - UE
          • 💃Animation System - UE
            • Local player system in Unreal Engine
            • Avatar system in Unreal Engine
            • Without uploading an avatar (deprecated)
              • Animation in a Third Person Template
              • Animation in an existing project
          • đŸ“ļNetwork - UE SDK
        • đŸ•ēUser-Generated Emote integration (UE)
        • 📕SDK API Reference - UE
          • KinetixCore
          • KinetixCore.Account
          • KinetixCore.Animation
          • KinetixCore.Metadata
          • KinetixCore.Network
        • âŦ†ī¸Updating from 0.3 to 0.4
        • 📂UE SDK Changelog
    • 😍Kinetix API
      • 🔑Get your Authentification API key
      • 🔌API routes
      • đŸĒAPI Webhooks
      • 🏓Possible Return Codes
  • Management
    • đŸšĒDeveloper Portal
      • đŸ‘ŊAvatar Upload
      • 👮UGC Moderation
    • đŸ–Œī¸UGE: Guides & Best Practices
      • 📐User-Generated Emote specifications
      • 👌Video recording best practices
      • đŸ‘ģUser-Generate Emote Use Cases
  • SUPPORT
    • đŸ“ŦBugs reports & features requests
    • ❓FAQ
      • FAQ: General questions
      • FAQ: Unity SDK
      • FAQ: Unreal Engine SDK
    • 🤕Troubleshooting
    • 📚Glossary of terms
Powered by GitBook
On this page
  • Events
  • Public Methods

Was this helpful?

Export as PDF
  1. INTEGRATION
  2. Kinetix SDK
  3. SDK Integration in Unreal Engine
  4. SDK API Reference - UE

KinetixCore.Account

Events

Event
Params
Description

OnUpdatedAccount

None

Called upon updated informations on account.

OnConnectedAccount

None

Called upon connected account.

OnDisconnectedAccount

None

Called upon disconnected account.


Public Methods

Method
Returns
Description

ConnectAccount(

const FString& InUserId

)

void

Connect account with UserId

DisconnectAccount()

void

Disconnect connected account

GetConnectedAccount(

FName& OutUserName

)

void

Returns the currently connected account (empty if no user connected)

PreviousKinetixCoreNextKinetixCore.Animation

Last updated 1 year ago

Was this helpful?

🤩
đŸ•šī¸
📕