Lovense Integration
|
This is the complete list of members for FLovenseManager, including all inherited members.
ClearAllCommands(class ULovenseToy *toy=nullptr) | FLovenseManager | |
ConvertDomainStringToIPString(const FString &domainString) | FLovenseManager | |
ConvertIPStringToDomainString(const FString &ipString) | FLovenseManager | |
FLovenseIntegrationModule (defined in FLovenseManager) | FLovenseManager | friend |
FLovenseManager() (defined in FLovenseManager) | FLovenseManager | |
ForEachAdapter(TCallback callback) | FLovenseManager | inline |
Get() | FLovenseManager | static |
GetCommandDelayTimers() | FLovenseManager | inline |
GetLovenseEvents() | FLovenseManager | inline |
GetToyAirEnabled() | FLovenseManager | inline |
GetToyDelay() | FLovenseManager | inline |
GetToyFingeringEnabled() | FLovenseManager | inline |
GetToyRotationEnabled() | FLovenseManager | inline |
GetToys() | FLovenseManager | inline |
GetToyStrengthMultiplier() | FLovenseManager | inline |
GetToySuctionEnabled() | FLovenseManager | inline |
GetToyThrustingEnabled() | FLovenseManager | inline |
GetToyVibrationEnabled() | FLovenseManager | inline |
IsDomainStringValid(const FString &domainString) | FLovenseManager | |
IsIPStringValid(const FString &ipString, const TCHAR *delimiter=TEXT(".")) | FLovenseManager | |
IsLovenseRunning() | FLovenseManager | inline |
IsPortStringValid(const FString &portString) | FLovenseManager | |
IsTimerExecuting(FTimerHandle timerHandle) | FLovenseManager | |
IsTimerRunning(FTimerHandle timerHandle) | FLovenseManager | |
IsUpdatingAdapters() | FLovenseManager | inline |
IsUpdatingToys() | FLovenseManager | inline |
OnCommandFailed() | FLovenseManager | |
ReloadLovenseConfig() | FLovenseManager | |
SendCommand(ELovenseCommand command, class ULovenseToy *toy, uint8 valueA=0, int32 time=0, uint8 valueB=0, uint8 valueC=0, const FString &presetName=TEXT(""), FLovensePattern pattern=FLovensePattern(), FOnLovenseResponse callback=FOnLovenseResponse()) | FLovenseManager | |
SendCommand_AAirLevel(class ULovenseToy *toy, uint8 pulseSpeed, int32 time) | FLovenseManager | |
SendCommand_AAll(class ULovenseToy *toy, uint8 speed, int32 time) | FLovenseManager | |
SendCommand_AFinger(class ULovenseToy *toy, uint8 fingeringSpeed, int32 time) | FLovenseManager | |
SendCommand_AirAuto(class ULovenseToy *toy, uint8 pulseSpeed) | FLovenseManager | |
SendCommand_AirIn(class ULovenseToy *toy) | FLovenseManager | |
SendCommand_AirOut(class ULovenseToy *toy) | FLovenseManager | |
SendCommand_APreset(class ULovenseToy *toy, const FString &patternName, int32 time) | FLovenseManager | |
SendCommand_ARotate(class ULovenseToy *toy, uint8 rotationSpeed, int32 time) | FLovenseManager | |
SendCommand_ASuck(class ULovenseToy *toy, uint8 suctionSpeed, int32 time) | FLovenseManager | |
SendCommand_AThrust(class ULovenseToy *toy, uint8 thrustingSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibAir(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 pulseSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibrate(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibrate1(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibrate2(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibRotate(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 rotationSpeed, int32 time) | FLovenseManager | |
SendCommand_AVibRotateAir(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 rotationSpeed, uint8 pulseSpeed, int32 time) | FLovenseManager | |
SendCommand_Battery(class ULovenseToy *toy, FOnLovenseResponse callback) | FLovenseManager | |
SendCommand_Finger(class ULovenseToy *toy, uint8 fingeringSpeed) | FLovenseManager | |
SendCommand_Pattern(class ULovenseToy *toy, FLovensePattern &pattern) | FLovenseManager | |
SendCommand_Preset(class ULovenseToy *toy, uint8 pattern) | FLovenseManager | |
SendCommand_Rotate(class ULovenseToy *toy, uint8 rotationSpeed) | FLovenseManager | |
SendCommand_RotateAntiClockwise(class ULovenseToy *toy, uint8 rotationSpeed) | FLovenseManager | |
SendCommand_RotateChange(class ULovenseToy *toy) | FLovenseManager | |
SendCommand_RotateClockwise(class ULovenseToy *toy, uint8 rotationSpeed) | FLovenseManager | |
SendCommand_Stop(class ULovenseToy *toy) | FLovenseManager | |
SendCommand_Suck(class ULovenseToy *toy, uint8 suctionSpeed) | FLovenseManager | |
SendCommand_Test(class ULovenseToy *toy) | FLovenseManager | |
SendCommand_Thrust(class ULovenseToy *toy, uint8 thrustingSpeed) | FLovenseManager | |
SendCommand_Vibrate(class ULovenseToy *toy, uint8 vibrationSpeed) | FLovenseManager | |
SendCommand_Vibrate1(class ULovenseToy *toy, uint8 vibrationSpeed) | FLovenseManager | |
SendCommand_Vibrate2(class ULovenseToy *toy, uint8 vibrationSpeed) | FLovenseManager | |
SetToyAirEnabled(bool value) | FLovenseManager | |
SetToyDelay(int32 value) | FLovenseManager | inline |
SetToyFingeringEnabled(bool value) | FLovenseManager | |
SetToyRotationEnabled(bool value) | FLovenseManager | |
SetToyStrengthMultiplier(float value) | FLovenseManager | inline |
SetToySuctionEnabled(bool value) | FLovenseManager | |
SetToyThrustingEnabled(bool value) | FLovenseManager | |
SetToyVibrationEnabled(bool value) | FLovenseManager | |
StartLovense() | FLovenseManager | |
StartTimer(FTimerHandle &timerHandle, float timerRate, bool bIsLooped) | FLovenseManager | |
StartTimer(FTimerHandle &timerHandle, const FTimerDelegate &delegate, float timerRate, bool bIsLooped) | FLovenseManager | |
StartTimer(FTimerHandle &timerHandle, const FTimerDynamicDelegate &delegate, float timerRate, bool bIsLooped) | FLovenseManager | |
StopLovense() | FLovenseManager | |
StopTimer(FTimerHandle &timerHandle) | FLovenseManager | |
UpdateAdapters() | FLovenseManager | |
UpdateToys() | FLovenseManager |