719 lines
54 KiB
C++
719 lines
54 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "PlayerMappableInputConfig.h"
|
|
#include "EnhancedActionKeyMapping.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePlayerMappableInputConfig() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UPrimaryDataAsset();
|
|
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UInputAction_NoRegister();
|
|
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UInputMappingContext_NoRegister();
|
|
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UPlayerMappableInputConfig();
|
|
ENHANCEDINPUT_API UClass* Z_Construct_UClass_UPlayerMappableInputConfig_NoRegister();
|
|
ENHANCEDINPUT_API UScriptStruct* Z_Construct_UScriptStruct_FEnhancedActionKeyMapping();
|
|
UPackage* Z_Construct_UPackage__Script_EnhancedInput();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetConfigName ************************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetConfigName_Parms
|
|
{
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetConfigName constinit property declarations *************************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetConfigName constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetConfigName Property Definitions ************************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000582, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetConfigName_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetConfigName Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetConfigName", Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PlayerMappableInputConfig_eventGetConfigName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::PlayerMappableInputConfig_eventGetConfigName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetConfigName)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=P_THIS->GetConfigName();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetConfigName **************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetDisplayName ***********************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetDisplayName_Parms
|
|
{
|
|
FText ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDisplayName constinit property declarations ************************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDisplayName constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDisplayName Property Definitions ***********************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetDisplayName_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDisplayName Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetDisplayName", Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PlayerMappableInputConfig_eventGetDisplayName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::PlayerMappableInputConfig_eventGetDisplayName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetDisplayName)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FText*)Z_Param__Result=P_THIS->GetDisplayName();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetDisplayName *************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetKeysBoundToAction *****************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetKeysBoundToAction_Parms
|
|
{
|
|
const UInputAction* InAction;
|
|
TArray<FEnhancedActionKeyMapping> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Returns all the keys mapped to a specific Input Action in this mapping config. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Returns all the keys mapped to a specific Input Action in this mapping config." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InAction_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetKeysBoundToAction constinit property declarations ******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InAction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetKeysBoundToAction constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetKeysBoundToAction Property Definitions *****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_InAction = { "InAction", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetKeysBoundToAction_Parms, InAction), Z_Construct_UClass_UInputAction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InAction_MetaData), NewProp_InAction_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEnhancedActionKeyMapping, METADATA_PARAMS(0, nullptr) }; // 3263225798
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010008000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetKeysBoundToAction_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 3263225798
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_InAction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetKeysBoundToAction Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetKeysBoundToAction", Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PlayerMappableInputConfig_eventGetKeysBoundToAction_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::PlayerMappableInputConfig_eventGetKeysBoundToAction_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetKeysBoundToAction)
|
|
{
|
|
P_GET_OBJECT(UInputAction,Z_Param_InAction);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<FEnhancedActionKeyMapping>*)Z_Param__Result=P_THIS->GetKeysBoundToAction(Z_Param_InAction);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetKeysBoundToAction *******************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetMappingByName *********************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetMappingByName_Parms
|
|
{
|
|
FName MappingName;
|
|
FEnhancedActionKeyMapping ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Returns the action key mapping for the mapping that matches the given name */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Returns the action key mapping for the mapping that matches the given name" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MappingName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMappingByName constinit property declarations **********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_MappingName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMappingByName constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMappingByName Property Definitions *********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::NewProp_MappingName = { "MappingName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetMappingByName_Parms, MappingName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MappingName_MetaData), NewProp_MappingName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010008000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetMappingByName_Parms, ReturnValue), Z_Construct_UScriptStruct_FEnhancedActionKeyMapping, METADATA_PARAMS(0, nullptr) }; // 3263225798
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::NewProp_MappingName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMappingByName Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetMappingByName", Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PlayerMappableInputConfig_eventGetMappingByName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::PlayerMappableInputConfig_eventGetMappingByName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetMappingByName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_MappingName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FEnhancedActionKeyMapping*)Z_Param__Result=P_THIS->GetMappingByName(Z_Param_MappingName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetMappingByName ***********************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetMappingContexts *******************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetMappingContexts_Parms
|
|
{
|
|
TMap<TObjectPtr<UInputMappingContext>,int32> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Return all the Input Mapping contexts that */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Return all the Input Mapping contexts that" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMappingContexts constinit property declarations ********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_ValueProp;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMappingContexts constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMappingContexts Property Definitions *******************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_Key", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInputMappingContext_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetMappingContexts_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMappingContexts Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetMappingContexts", Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PlayerMappableInputConfig_eventGetMappingContexts_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::PlayerMappableInputConfig_eventGetMappingContexts_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetMappingContexts)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TMap<TObjectPtr<UInputMappingContext>,int32>*)Z_Param__Result=P_THIS->GetMappingContexts();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetMappingContexts *********************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetMetadata **************************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetMetadata_Parms
|
|
{
|
|
UObject* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Get all the player mappable keys in this config. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Get all the player mappable keys in this config." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMetadata constinit property declarations ***************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMetadata constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMetadata Property Definitions **************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetMetadata_Parms, ReturnValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMetadata Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetMetadata", Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PlayerMappableInputConfig_eventGetMetadata_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::PlayerMappableInputConfig_eventGetMetadata_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetMetadata)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UObject**)Z_Param__Result=P_THIS->GetMetadata();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetMetadata ****************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function GetPlayerMappableKeys ****************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventGetPlayerMappableKeys_Parms
|
|
{
|
|
TArray<FEnhancedActionKeyMapping> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Get all the player mappable keys in this config. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Get all the player mappable keys in this config." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPlayerMappableKeys constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPlayerMappableKeys constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPlayerMappableKeys Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEnhancedActionKeyMapping, METADATA_PARAMS(0, nullptr) }; // 3263225798
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010008000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PlayerMappableInputConfig_eventGetPlayerMappableKeys_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 3263225798
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPlayerMappableKeys Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "GetPlayerMappableKeys", Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PlayerMappableInputConfig_eventGetPlayerMappableKeys_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::PlayerMappableInputConfig_eventGetPlayerMappableKeys_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execGetPlayerMappableKeys)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<FEnhancedActionKeyMapping>*)Z_Param__Result=P_THIS->GetPlayerMappableKeys();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function GetPlayerMappableKeys ******************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function IsDeprecated *************************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics
|
|
{
|
|
struct PlayerMappableInputConfig_eventIsDeprecated_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsDeprecated constinit property declarations **************************
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsDeprecated constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsDeprecated Property Definitions *************************************
|
|
void Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PlayerMappableInputConfig_eventIsDeprecated_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000582, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PlayerMappableInputConfig_eventIsDeprecated_Parms), &Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsDeprecated Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "IsDeprecated", Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PlayerMappableInputConfig_eventIsDeprecated_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::PlayerMappableInputConfig_eventIsDeprecated_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execIsDeprecated)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->IsDeprecated();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function IsDeprecated ***************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Function ResetToDefault ***********************
|
|
struct Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Resets this mappable config to use the keys */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Resets this mappable config to use the keys" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetToDefault constinit property declarations ************************
|
|
// ********** End Function ResetToDefault constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPlayerMappableInputConfig, nullptr, "ResetToDefault", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPlayerMappableInputConfig::execResetToDefault)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->ResetToDefault();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPlayerMappableInputConfig Function ResetToDefault *************************
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig ***********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPlayerMappableInputConfig;
|
|
UClass* UPlayerMappableInputConfig::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPlayerMappableInputConfig;
|
|
if (!Z_Registration_Info_UClass_UPlayerMappableInputConfig.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PlayerMappableInputConfig"),
|
|
Z_Registration_Info_UClass_UPlayerMappableInputConfig.InnerSingleton,
|
|
StaticRegisterNativesUPlayerMappableInputConfig,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UPlayerMappableInputConfig.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPlayerMappableInputConfig_NoRegister()
|
|
{
|
|
return UPlayerMappableInputConfig::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPlayerMappableInputConfig_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * UPlayerMappableInputConfig\n * \n * This represents one set of Player Mappable controller/keymappings. You can use this input config to create\n * the default mappings for your player to start with in your game. It provides an easy way to get only the player\n * mappable key actions, and it can be used to add multiple UInputMappingContext's at once to the player.\n *\n * Populate this data asset with Input Mapping Contexts that have player mappable actions in them. \n */" },
|
|
{ "DisplayName", "Player Mappable Input Config" },
|
|
{ "IncludePath", "PlayerMappableInputConfig.h" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
{ "ShortTooltip", "Data asset used to define a set of player mappable controller/keyboard mappings." },
|
|
{ "ToolTip", "UPlayerMappableInputConfig\n\nThis represents one set of Player Mappable controller/keymappings. You can use this input config to create\nthe default mappings for your player to start with in your game. It provides an easy way to get only the player\nmappable key actions, and it can be used to add multiple UInputMappingContext's at once to the player.\n\nPopulate this data asset with Input Mapping Contexts that have player mappable actions in them." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConfigName_MetaData[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** The unique name of this config that can be used when saving it */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "The unique name of this config that can be used when saving it" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConfigDisplayName_MetaData[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** The display name that can be used */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "The display name that can be used" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsDeprecated_MetaData[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** A flag that can be used to mark this Input Config as deprecated to your player/designers. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "A flag that can be used to mark this Input Config as deprecated to your player/designers." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Metadata_MetaData[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Metadata that can used to store any other related items to your key mapping such as icons, ability assets, etc. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Metadata that can used to store any other related items to your key mapping such as icons, ability assets, etc." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Contexts_MetaData[] = {
|
|
{ "Category", "Input|PlayerMappable" },
|
|
{ "Comment", "/** Mapping contexts that make up this Input Config with their associated priority. */" },
|
|
{ "ModuleRelativePath", "Public/PlayerMappableInputConfig.h" },
|
|
{ "ToolTip", "Mapping contexts that make up this Input Config with their associated priority." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig constinit property declarations ***************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ConfigName;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ConfigDisplayName;
|
|
static void NewProp_bIsDeprecated_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsDeprecated;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Metadata;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Contexts_ValueProp;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Contexts_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Contexts;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPlayerMappableInputConfig constinit property declarations *****************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetConfigName"), .Pointer = &UPlayerMappableInputConfig::execGetConfigName },
|
|
{ .NameUTF8 = UTF8TEXT("GetDisplayName"), .Pointer = &UPlayerMappableInputConfig::execGetDisplayName },
|
|
{ .NameUTF8 = UTF8TEXT("GetKeysBoundToAction"), .Pointer = &UPlayerMappableInputConfig::execGetKeysBoundToAction },
|
|
{ .NameUTF8 = UTF8TEXT("GetMappingByName"), .Pointer = &UPlayerMappableInputConfig::execGetMappingByName },
|
|
{ .NameUTF8 = UTF8TEXT("GetMappingContexts"), .Pointer = &UPlayerMappableInputConfig::execGetMappingContexts },
|
|
{ .NameUTF8 = UTF8TEXT("GetMetadata"), .Pointer = &UPlayerMappableInputConfig::execGetMetadata },
|
|
{ .NameUTF8 = UTF8TEXT("GetPlayerMappableKeys"), .Pointer = &UPlayerMappableInputConfig::execGetPlayerMappableKeys },
|
|
{ .NameUTF8 = UTF8TEXT("IsDeprecated"), .Pointer = &UPlayerMappableInputConfig::execIsDeprecated },
|
|
{ .NameUTF8 = UTF8TEXT("ResetToDefault"), .Pointer = &UPlayerMappableInputConfig::execResetToDefault },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetConfigName, "GetConfigName" }, // 3006676701
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetDisplayName, "GetDisplayName" }, // 621774132
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetKeysBoundToAction, "GetKeysBoundToAction" }, // 1377936267
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingByName, "GetMappingByName" }, // 4088618150
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetMappingContexts, "GetMappingContexts" }, // 1884187439
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetMetadata, "GetMetadata" }, // 2240704764
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_GetPlayerMappableKeys, "GetPlayerMappableKeys" }, // 3445765948
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_IsDeprecated, "IsDeprecated" }, // 2500901975
|
|
{ &Z_Construct_UFunction_UPlayerMappableInputConfig_ResetToDefault, "ResetToDefault" }, // 2345498060
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPlayerMappableInputConfig>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPlayerMappableInputConfig_Statics
|
|
|
|
// ********** Begin Class UPlayerMappableInputConfig Property Definitions **************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_ConfigName = { "ConfigName", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlayerMappableInputConfig, ConfigName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConfigName_MetaData), NewProp_ConfigName_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_ConfigDisplayName = { "ConfigDisplayName", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlayerMappableInputConfig, ConfigDisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConfigDisplayName_MetaData), NewProp_ConfigDisplayName_MetaData) };
|
|
void Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_bIsDeprecated_SetBit(void* Obj)
|
|
{
|
|
((UPlayerMappableInputConfig*)Obj)->bIsDeprecated = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_bIsDeprecated = { "bIsDeprecated", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPlayerMappableInputConfig), &Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_bIsDeprecated_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsDeprecated_MetaData), NewProp_bIsDeprecated_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Metadata = { "Metadata", nullptr, (EPropertyFlags)0x0124080000000015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlayerMappableInputConfig, Metadata), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Metadata_MetaData), NewProp_Metadata_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts_ValueProp = { "Contexts", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts_Key_KeyProp = { "Contexts_Key", nullptr, (EPropertyFlags)0x0004000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInputMappingContext_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts = { "Contexts", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlayerMappableInputConfig, Contexts), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Contexts_MetaData), NewProp_Contexts_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPlayerMappableInputConfig_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_ConfigName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_ConfigDisplayName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_bIsDeprecated,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Metadata,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlayerMappableInputConfig_Statics::NewProp_Contexts,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlayerMappableInputConfig_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPlayerMappableInputConfig Property Definitions ****************************
|
|
UObject* (*const Z_Construct_UClass_UPlayerMappableInputConfig_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPrimaryDataAsset,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_EnhancedInput,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlayerMappableInputConfig_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPlayerMappableInputConfig_Statics::ClassParams = {
|
|
&UPlayerMappableInputConfig::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UPlayerMappableInputConfig_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPlayerMappableInputConfig_Statics::PropPointers),
|
|
0,
|
|
0x001000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPlayerMappableInputConfig_Statics::Class_MetaDataParams), Z_Construct_UClass_UPlayerMappableInputConfig_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPlayerMappableInputConfig::StaticRegisterNativesUPlayerMappableInputConfig()
|
|
{
|
|
UClass* Class = UPlayerMappableInputConfig::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPlayerMappableInputConfig_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPlayerMappableInputConfig()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPlayerMappableInputConfig.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPlayerMappableInputConfig.OuterSingleton, Z_Construct_UClass_UPlayerMappableInputConfig_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPlayerMappableInputConfig.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPlayerMappableInputConfig);
|
|
UPlayerMappableInputConfig::~UPlayerMappableInputConfig() {}
|
|
// ********** End Class UPlayerMappableInputConfig *************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_PlayerMappableInputConfig_h__Script_EnhancedInput_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UPlayerMappableInputConfig, UPlayerMappableInputConfig::StaticClass, TEXT("UPlayerMappableInputConfig"), &Z_Registration_Info_UClass_UPlayerMappableInputConfig, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPlayerMappableInputConfig), 3752742136U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_PlayerMappableInputConfig_h__Script_EnhancedInput_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_PlayerMappableInputConfig_h__Script_EnhancedInput_1714757946{
|
|
TEXT("/Script/EnhancedInput"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_PlayerMappableInputConfig_h__Script_EnhancedInput_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_EnhancedInput_Source_EnhancedInput_Public_PlayerMappableInputConfig_h__Script_EnhancedInput_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|