mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
28 lines
739 B
C++
28 lines
739 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x28 - 0x28)
|
|
// Class MagicLeapEyeTracker.MagicLeapEyeTrackerFunctionLibrary
|
|
class UMagicLeapEyeTrackerFunctionLibrary : public UBlueprintFunctionLibrary
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class UMagicLeapEyeTrackerFunctionLibrary* GetDefaultObj();
|
|
|
|
bool GetEyeBlinkState(struct FMagicLeapEyeBlinkState* BlinkState);
|
|
enum class EMagicLeapEyeTrackingCalibrationStatus GetCalibrationStatus();
|
|
};
|
|
|
|
}
|
|
|
|
|