mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 10:53:04 +08:00
Projektdateien hinzufügen.
This commit is contained in:
@ -0,0 +1,36 @@
|
||||
#pragma once
|
||||
|
||||
// Dumped with Dumper-7!
|
||||
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
namespace Params
|
||||
{
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
// PARAMETERS
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
// 0x3 (0x3 - 0x0)
|
||||
// Function MagicLeapEyeTracker.MagicLeapEyeTrackerFunctionLibrary.GetEyeBlinkState
|
||||
struct UMagicLeapEyeTrackerFunctionLibrary_GetEyeBlinkState_Params
|
||||
{
|
||||
public:
|
||||
struct FMagicLeapEyeBlinkState BlinkState; // 0x0(0x2)(Parm, OutParm, NoDestructor, NativeAccessSpecifierPublic)
|
||||
bool ReturnValue; // 0x2(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
|
||||
// 0x1 (0x1 - 0x0)
|
||||
// Function MagicLeapEyeTracker.MagicLeapEyeTrackerFunctionLibrary.GetCalibrationStatus
|
||||
struct UMagicLeapEyeTrackerFunctionLibrary_GetCalibrationStatus_Params
|
||||
{
|
||||
public:
|
||||
enum class EMagicLeapEyeTrackingCalibrationStatus ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user