ClearAllCommands(class ULovenseToy *toy=nullptr) | ULovenseFunctionLibrary | static |
GetDeviceIpOverride() | ULovenseFunctionLibrary | static |
GetDevicePortOverride() | ULovenseFunctionLibrary | static |
GetLovenseEvents() | ULovenseFunctionLibrary | static |
GetStartWithLovenseActive() | ULovenseFunctionLibrary | static |
GetToyAirEnabled() | ULovenseFunctionLibrary | static |
GetToyDelay() | ULovenseFunctionLibrary | static |
GetToyFingeringEnabled() | ULovenseFunctionLibrary | static |
GetToyRotationEnabled() | ULovenseFunctionLibrary | static |
GetToys() | ULovenseFunctionLibrary | static |
GetToyStrengthMultiplier() | ULovenseFunctionLibrary | static |
GetToySuctionEnabled() | ULovenseFunctionLibrary | static |
GetToyThrustingEnabled() | ULovenseFunctionLibrary | static |
GetToyVibrationEnabled() | ULovenseFunctionLibrary | static |
Initialize() | ULovenseFunctionLibrary | static |
IsIPStringValid(const FString &ipString) | ULovenseFunctionLibrary | static |
IsLovenseRunning() | ULovenseFunctionLibrary | static |
IsPortStringValid(const FString &portString) | ULovenseFunctionLibrary | static |
IsUpdatingAdapters() | ULovenseFunctionLibrary | static |
IsUpdatingToys() | ULovenseFunctionLibrary | static |
SendCommand(ELovenseCommand command, class ULovenseToy *toy, uint8 valueA, int32 time, uint8 valueB, uint8 valueC, const FString &presetName, const FLovensePattern &pattern, FOnLovenseResponseDynamic callback) | ULovenseFunctionLibrary | static |
SendCommand_AAirLevel(class ULovenseToy *toy, uint8 pulseSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AAll(class ULovenseToy *toy, uint8 speed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AFinger(class ULovenseToy *toy, uint8 fingeringSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AirAuto(class ULovenseToy *toy, uint8 pulseSpeed) | ULovenseFunctionLibrary | static |
SendCommand_AirIn(class ULovenseToy *toy) | ULovenseFunctionLibrary | static |
SendCommand_AirOut(class ULovenseToy *toy) | ULovenseFunctionLibrary | static |
SendCommand_APreset(class ULovenseToy *toy, const FString &patternName, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_ARotate(class ULovenseToy *toy, uint8 rotationSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_ASuck(class ULovenseToy *toy, uint8 suctionSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AThrust(class ULovenseToy *toy, uint8 thrustingSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibAir(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 pulseSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibrate(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibrate1(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibrate2(class ULovenseToy *toy, uint8 vibrationSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibRotate(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 rotationSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_AVibRotateAir(class ULovenseToy *toy, uint8 vibrationSpeed, uint8 rotationSpeed, uint8 pulseSpeed, int32 time) | ULovenseFunctionLibrary | static |
SendCommand_Battery(class ULovenseToy *toy, FOnLovenseResponseDynamic callback) | ULovenseFunctionLibrary | static |
SendCommand_Finger(class ULovenseToy *toy, uint8 fingeringSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Pattern(class ULovenseToy *toy, const TArray< int32 > &pattern, bool bVibrate=true, bool bRotate=true, bool bPump=true, bool bThrust=true, bool bSuck=true, bool bFinger=true, int32 interval=100, int32 time=1) | ULovenseFunctionLibrary | static |
SendCommand_Preset(class ULovenseToy *toy, uint8 pattern) | ULovenseFunctionLibrary | static |
SendCommand_Rotate(class ULovenseToy *toy, uint8 rotationSpeed) | ULovenseFunctionLibrary | static |
SendCommand_RotateAntiClockwise(class ULovenseToy *toy, uint8 rotationSpeed) | ULovenseFunctionLibrary | static |
SendCommand_RotateChange(class ULovenseToy *toy) | ULovenseFunctionLibrary | static |
SendCommand_RotateClockwise(class ULovenseToy *toy, uint8 rotationSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Stop(class ULovenseToy *toy) | ULovenseFunctionLibrary | static |
SendCommand_Suck(class ULovenseToy *toy, uint8 suctionSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Test(class ULovenseToy *toy) | ULovenseFunctionLibrary | static |
SendCommand_Thrust(class ULovenseToy *toy, uint8 thrustingSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Vibrate(class ULovenseToy *toy, uint8 vibrationSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Vibrate1(class ULovenseToy *toy, uint8 vibrationSpeed) | ULovenseFunctionLibrary | static |
SendCommand_Vibrate2(class ULovenseToy *toy, uint8 vibrationSpeed) | ULovenseFunctionLibrary | static |
SetDeviceIpOverride(const FString &ipOverride) | ULovenseFunctionLibrary | static |
SetDevicePortOverride(const FString &portOverride) | ULovenseFunctionLibrary | static |
SetStartWithLovenseActive(bool bStartActive) | ULovenseFunctionLibrary | static |
SetToyAirEnabled(bool value) | ULovenseFunctionLibrary | static |
SetToyDelay(int32 value) | ULovenseFunctionLibrary | static |
SetToyFingeringEnabled(bool value) | ULovenseFunctionLibrary | static |
SetToyRotationEnabled(bool value) | ULovenseFunctionLibrary | static |
SetToyStrengthMultiplier(float value) | ULovenseFunctionLibrary | static |
SetToySuctionEnabled(bool value) | ULovenseFunctionLibrary | static |
SetToyThrustingEnabled(bool value) | ULovenseFunctionLibrary | static |
SetToyVibrationEnabled(bool value) | ULovenseFunctionLibrary | static |
StartLovense() | ULovenseFunctionLibrary | static |
StopLovense() | ULovenseFunctionLibrary | static |
ULovenseFunctionLibrary(const FObjectInitializer &ObjectInitializer) (defined in ULovenseFunctionLibrary) | ULovenseFunctionLibrary | |
UpdateAdapters() | ULovenseFunctionLibrary | static |
UpdateToys() | ULovenseFunctionLibrary | static |