Files
ReshadePluginsCore/BlackMythWukong/SDK/EnhancedInput_structs.hpp
2026-03-06 01:35:17 +01:00

261 lines
14 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: EnhancedInput
#include "Basic.hpp"
#include "InputCore_structs.hpp"
#include "Slate_structs.hpp"
#include "Engine_structs.hpp"
namespace SDK
{
// Enum EnhancedInput.EInputMappingRebuildType
// NumValues: 0x0004
enum class EInputMappingRebuildType : uint8
{
None = 0,
Rebuild = 1,
RebuildWithFlush = 2,
EInputMappingRebuildType_MAX = 3,
};
// Enum EnhancedInput.EInputActionValueType
// NumValues: 0x0005
enum class EInputActionValueType : uint8
{
Boolean = 0,
Axis1D = 1,
Axis2D = 2,
Axis3D = 3,
EInputActionValueType_MAX = 4,
};
// Enum EnhancedInput.EMappingQueryResult
// NumValues: 0x0006
enum class EMappingQueryResult : uint8
{
Error_EnhancedInputNotEnabled = 0,
Error_InputContextNotInActiveContexts = 1,
Error_InvalidAction = 2,
NotMappable = 3,
MappingAvailable = 4,
EMappingQueryResult_MAX = 5,
};
// Enum EnhancedInput.EMappingQueryIssue
// NumValues: 0x0008
enum class EMappingQueryIssue : uint8
{
NoIssue = 0,
ReservedByAction = 1,
HidesExistingMapping = 2,
HiddenByExistingMapping = 4,
CollisionWithMappingInSameContext = 8,
ForcesTypePromotion = 16,
ForcesTypeDemotion = 32,
EMappingQueryIssue_MAX = 33,
};
// Enum EnhancedInput.EModifierExecutionPhase
// NumValues: 0x0004
enum class EModifierExecutionPhase : uint8
{
PerInput = 0,
FinalValue = 1,
NumPhases = 2,
EModifierExecutionPhase_MAX = 3,
};
// Enum EnhancedInput.EDeadZoneType
// NumValues: 0x0003
enum class EDeadZoneType : uint8
{
Axial = 0,
Radial = 1,
EDeadZoneType_MAX = 2,
};
// Enum EnhancedInput.EFOVScalingType
// NumValues: 0x0003
enum class EFOVScalingType : uint8
{
Standard = 0,
UE4_BackCompat = 1,
EFOVScalingType_MAX = 2,
};
// Enum EnhancedInput.EInputAxisSwizzle
// NumValues: 0x0006
enum class EInputAxisSwizzle : uint8
{
YXZ = 0,
ZYX = 1,
XZY = 2,
YZX = 3,
ZXY = 4,
EInputAxisSwizzle_MAX = 5,
};
// Enum EnhancedInput.ETriggerState
// NumValues: 0x0004
enum class ETriggerState : uint8
{
None = 0,
Ongoing = 1,
Triggered = 2,
ETriggerState_MAX = 3,
};
// Enum EnhancedInput.ETriggerEvent
// NumValues: 0x0007
enum class ETriggerEvent : uint8
{
None = 0,
Triggered = 1,
Started = 2,
Ongoing = 3,
Canceled = 4,
Completed = 5,
ETriggerEvent_MAX = 6,
};
// Enum EnhancedInput.ETriggerType
// NumValues: 0x0004
enum class EnhancedInput::ETriggerType : uint8
{
Explicit = 0,
Implicit = 1,
Blocker = 2,
ETriggerType_MAX = 3,
};
// Enum EnhancedInput.ETriggerEventsSupported
// NumValues: 0x0006
enum class ETriggerEventsSupported : uint8
{
None = 0,
Instant = 1,
Uninterruptible = 2,
Ongoing = 4,
All = 7,
ETriggerEventsSupported_MAX = 8,
};
// ScriptStruct EnhancedInput.InputActionInstance
// 0x0088 (0x0088 - 0x0000)
struct FInputActionInstance final
{
public:
class UInputAction* SourceAction; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
uint8 Pad_8[0x10]; // 0x0008(0x0010)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class UInputTrigger*> Triggers; // 0x0018(0x0010)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected)
TArray<class UInputModifier*> Modifiers; // 0x0028(0x0010)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, ContainsInstancedReference, Protected, NativeAccessSpecifierProtected)
TArray<class UInputModifier*> PerInputModifiers; // 0x0038(0x0010)(ZeroConstructor, Deprecated, Protected, NativeAccessSpecifierProtected)
TArray<class UInputModifier*> FinalValueModifiers; // 0x0048(0x0010)(ZeroConstructor, Deprecated, Protected, NativeAccessSpecifierProtected)
uint8 Pad_58[0x20]; // 0x0058(0x0020)(Fixing Size After Last Property [ Dumper-7 ])
float ElapsedProcessedTime; // 0x0078(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float ElapsedTriggeredTime; // 0x007C(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
float LastTriggeredWorldTime; // 0x0080(0x0004)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
ETriggerEvent TriggerEvent; // 0x0084(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
uint8 Pad_85[0x3]; // 0x0085(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_FInputActionInstance;
// ScriptStruct EnhancedInput.InputActionValue
// 0x0020 (0x0020 - 0x0000)
struct alignas(0x08) FInputActionValue final
{
public:
uint8 Pad_0[0x20]; // 0x0000(0x0020)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_FInputActionValue;
// ScriptStruct EnhancedInput.PlayerMappableKeyOptions
// 0x0038 (0x0038 - 0x0000)
struct FPlayerMappableKeyOptions final
{
public:
class FName Name; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FText DisplayName; // 0x0008(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
class FText DisplayCategory; // 0x0020(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FPlayerMappableKeyOptions;
// ScriptStruct EnhancedInput.EnhancedActionKeyMapping
// 0x0088 (0x0088 - 0x0000)
struct FEnhancedActionKeyMapping final
{
public:
class UInputAction* Action; // 0x0000(0x0008)(Edit, BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FKey Key; // 0x0008(0x0018)(Edit, BlueprintVisible, BlueprintReadOnly, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 bIsPlayerMappable : 1; // 0x0020(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, BlueprintReadOnly, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FPlayerMappableKeyOptions PlayerMappableOptions; // 0x0028(0x0038)(Edit, BlueprintVisible, BlueprintReadOnly, NativeAccessSpecifierPublic)
uint8 bShouldBeIgnored : 1; // 0x0060(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Transient, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class UInputTrigger*> Triggers; // 0x0068(0x0010)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic)
TArray<class UInputModifier*> Modifiers; // 0x0078(0x0010)(Edit, BlueprintVisible, ExportObject, ZeroConstructor, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FEnhancedActionKeyMapping;
// ScriptStruct EnhancedInput.BlueprintEnhancedInputActionBinding
// 0x0018 (0x0018 - 0x0000)
struct FBlueprintEnhancedInputActionBinding final
{
public:
class UInputAction* InputAction; // 0x0000(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ETriggerEvent TriggerEvent; // 0x0008(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName FunctionNameToBind; // 0x000C(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_FBlueprintEnhancedInputActionBinding;
// ScriptStruct EnhancedInput.ModifyContextOptions
// 0x0001 (0x0001 - 0x0000)
struct FModifyContextOptions final
{
public:
uint8 bIgnoreAllPressedKeysUntilRelease : 1; // 0x0000(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
uint8 bForceImmediately : 1; // 0x0000(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic))
};
DUMPER7_ASSERTS_FModifyContextOptions;
// ScriptStruct EnhancedInput.BlueprintInputDebugKeyDelegateBinding
// 0x0030 (0x0030 - 0x0000)
struct FBlueprintInputDebugKeyDelegateBinding final
{
public:
struct FInputChord InputChord; // 0x0000(0x0020)(HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInputEvent InputKeyEvent; // 0x0020(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName FunctionNameToBind; // 0x0024(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bExecuteWhenPaused; // 0x002C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_FBlueprintInputDebugKeyDelegateBinding;
// ScriptStruct EnhancedInput.MappingQueryIssue
// 0x0018 (0x0018 - 0x0000)
struct FMappingQueryIssue final
{
public:
EMappingQueryIssue Issue; // 0x0000(0x0001)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UInputMappingContext* BlockingContext; // 0x0008(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UInputAction* BlockingAction; // 0x0010(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FMappingQueryIssue;
}