Class FUltraleapDevice¶
-
class FUltraleapDevice : public LeapWrapperCallbackInterface, public IBodyStateInputRawInterface, public IHandTrackingDevice¶
Subclassed by FUltraleapCombinedDevice
Public Functions
-
void CaptureAndEvaluateInput()¶
Main input capture and event parsing ‘tick’
-
virtual void Tick(float DeltaTime) override¶
Tick the interface (e.g. check for new controllers)
-
virtual void SendControllerEvents() override¶
Poll for controller state and send events if needed
-
void SetDeviceHints(TArray<FString> &Hints)¶
Set the device hints (hinting api)
- Parameters
Hints – - The hints to send
-
void CaptureAndEvaluateInput()¶