#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { namespace Params { //--------------------------------------------------------------------------------------------------------------------- // PARAMETERS //--------------------------------------------------------------------------------------------------------------------- // 0x4 (0x4 - 0x0) // Function NISBlueprint.NISLibrary.SetNISSharpness struct UNISLibrary_SetNISSharpness_Params { public: float Sharpness; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function NISBlueprint.NISLibrary.SetNISMode struct UNISLibrary_SetNISMode_Params { public: enum class EUNISMode NISMode; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x4 (0x4 - 0x0) // Function NISBlueprint.NISLibrary.SetNISCustomScreenPercentage struct UNISLibrary_SetNISCustomScreenPercentage_Params { public: float CustomScreenPercentage; // 0x0(0x4)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function NISBlueprint.NISLibrary.IsNISSupported struct UNISLibrary_IsNISSupported_Params { public: bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x2 (0x2 - 0x0) // Function NISBlueprint.NISLibrary.IsNISModeSupported struct UNISLibrary_IsNISModeSupported_Params { public: enum class EUNISMode NISMode; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) bool ReturnValue; // 0x1(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x10 (0x10 - 0x0) // Function NISBlueprint.NISLibrary.GetSupportedNISModes struct UNISLibrary_GetSupportedNISModes_Params { public: TArray ReturnValue; // 0x0(0x10)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function NISBlueprint.NISLibrary.GetNISScreenPercentageRange struct UNISLibrary_GetNISScreenPercentageRange_Params { public: float MinScreenPercentage; // 0x0(0x4)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) float MaxScreenPercentage; // 0x4(0x4)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x8 (0x8 - 0x0) // Function NISBlueprint.NISLibrary.GetNISRecommendedScreenPercentage struct UNISLibrary_GetNISRecommendedScreenPercentage_Params { public: enum class EUNISMode NISMode; // 0x0(0x1)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_E35[0x3]; // Fixing Size After Last Property [ Dumper-7 ] float ReturnValue; // 0x4(0x4)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; // 0x1 (0x1 - 0x0) // Function NISBlueprint.NISLibrary.GetDefaultNISMode struct UNISLibrary_GetDefaultNISMode_Params { public: enum class EUNISMode ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) }; } }