Lovense Integration
|
CFLovenseAdapterDescription | Container holding (mostly) raw HTTP request json data for a Lovense App instance in the local network |
CFLovenseCommandDelayTimers | These timers define the minimum update frequencies for the respective commands. There's a global set of these used when commands are broadcasted and each toy has their own set of these used when commands are sent to a specific toy. Commands cannot be sent while their respective delay timer is active. This is necessary as to not overwhelm the toys with commands |
CFLovenseGetAdaptersResponseData | Container holding (mostly) raw HTTP request json data from ILovenseAdapter::TryGetAdapterData() response |
CFLovenseGetToysResponseData | Container holding (mostly) raw HTTP request json data from ILovenseAdapter::GetToys() response |
CFLovenseIntegrationModule | Lovense Integration Module class. Use FLovenseIntegrationModule::Get() to easily get the module instance |
CFLovenseManager | This class defines the plugin interface. Use FLovenseManager::Get() to get the global manager instance |
CFLovensePattern | Structure holding all necessary information for a pattern command |
CFLovenseToyDescription | Container holding (mostly) raw HTTP request json data for a Lovense Toy instance |
CILovenseAdapter | Abstract base class for Lovense adapters. These adapters handle the communication with the Lovense API's and hold the toy objects for the toys which are connected to the respective Lovense App. Each Lovense API+Platform combination has different requirements, so they get their own adapter implementation. Multiple adapters can be active at the same time, one for each Lovense App instance found in the local network |
CLovenseConnectAdapterBase | Base class for all Lovense Connect adapters |
CLovenseConnectAndroidAdapter | Adapter representing the Lovense Connect android app |
CLovenseConnectDesktopAdapter | Adapter representing the Lovense Connect pc app |
CLovenseConnectIOSAdapter | Adapter representing the Lovense Connect iOS app |
CLovenseConnectMobileAdapter | Abstract base class for Lovense Connect mobile adapters |
CLovenseIntegration | |
CLovenseRemoteAdapterBase | Base class for all Lovense Remote adapters |
CLovenseRemoteDesktopAdapter | Adapter representing the Lovense Remote pc app |
CLovenseRemoteMobileAdapter | Adapter representing the Lovense Remote mobile apps (android + iOS) |
CLovenseTestAdapter | Dummy adapter used to check if a FLovenseAdapterDescription has valid data |
CLovenseToyEventsWebSocketHandler | |
CULovenseEvents | Object holding global Lovense Integration delegates |
CULovenseFunctionLibrary | Blueprint exposed wrapper library for the Lovense Manager |
CULovenseToy | UObject representing a Lovense Toy |
CULovenseToyAnimationControlComponent | This component calculates Lovense command speeds based on the average bone movement of N bones on N skeletal mesh components and broadcasts commands to all connected toys. The commands that are sent are ELovenseCommand::Pattern for Lovense Remote and ELovenseCommand::Vibrate, ELovenseCommand::RotateClockwise, ELovenseCommand::RotateAntiClockwise, ELovenseCommand::AirAuto for Lovense Connect. For ELovenseCommand::Pattern, a pattern will be generated every 4 seconds based on animation data that gets passed in via getAnimationDataDelegate. This mode is called "Pattern Generation". For the Lovense Connect commands, we average the physics linear velocities of all bones in real time. This mode is called "Realtime Evaluation" |