5759 lines
462 KiB
C++
5759 lines
462 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 "Kismet/KismetStringLibrary.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeKismetStringLibrary() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
COREUOBJECT_API UEnum* Z_Construct_UEnum_CoreUObject_ESearchCase();
|
||
|
|
COREUOBJECT_API UEnum* Z_Construct_UEnum_CoreUObject_ESearchDir();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInputDeviceId();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntPoint();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntVector();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntVector2();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FMatrix();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FPlatformUserId();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector3f();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetStringLibrary();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetStringLibrary_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Bool ***************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Bool_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
bool InBool;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a boolean->string, creating a new string in the form AppendTo+Prefix+InBool+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InBool - The bool value to convert. Will add \"true\" or \"false\" to the conversion string\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Boolean)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a boolean->string, creating a new string in the form AppendTo+Prefix+InBool+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InBool - The bool value to convert. Will add \"true\" or \"false\" to the conversion string\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Bool constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static void NewProp_InBool_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Bool constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Bool Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Bool_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Bool_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_InBool_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventBuildString_Bool_Parms*)Obj)->InBool = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventBuildString_Bool_Parms), &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Bool_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Bool_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_InBool,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Bool Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Bool", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::KismetStringLibrary_eventBuildString_Bool_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::KismetStringLibrary_eventBuildString_Bool_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Bool)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_UBOOL(Z_Param_InBool);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Bool(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InBool,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Bool *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Color **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Color_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FLinearColor InColor;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a color->string, creating a new string in the form AppendTo+Prefix+InColor+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InColor - The linear color value to convert. Uses the standard ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (LinearColor)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a color->string, creating a new string in the form AppendTo+Prefix+InColor+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InColor - The linear color value to convert. Uses the standard ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Color constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Color constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Color Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Color_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Color_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Color_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Color_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Color_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_InColor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Color Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Color", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::KismetStringLibrary_eventBuildString_Color_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::KismetStringLibrary_eventBuildString_Color_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Color)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Color(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InColor,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Color ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Double *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Double_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
double InDouble;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Converts a double->string, create a new string in the form AppendTo+Prefix+InDouble+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InDouble - The double value to convert\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Float)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a double->string, create a new string in the form AppendTo+Prefix+InDouble+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InDouble - The double value to convert\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Double constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Double constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Double Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Double_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Double_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Double_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Double_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Double_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_InDouble,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Double Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Double", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::KismetStringLibrary_eventBuildString_Double_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::KismetStringLibrary_eventBuildString_Double_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Double)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Double(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InDouble,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Double ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Int ****************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Int_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
int32 InInt;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a int->string, creating a new string in the form AppendTo+Prefix+InInt+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InInt - The int value to convert\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Integer)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a int->string, creating a new string in the form AppendTo+Prefix+InInt+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InInt - The int value to convert\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Int constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Int constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Int Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Int_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Int_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Int_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Int_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Int_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_InInt,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Int Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Int", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::KismetStringLibrary_eventBuildString_Int_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::KismetStringLibrary_eventBuildString_Int_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Int)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Int(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InInt,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Int ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_IntVector **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_IntVector_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FIntVector InIntVector2;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Converts an IntVector->string, creating a new string in the form AppendTo+Prefix+InIntVector+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InIntVector - The intVector value to convert. Uses the standard FVector::ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (IntVector)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an IntVector->string, creating a new string in the form AppendTo+Prefix+InIntVector+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InIntVector - The intVector value to convert. Uses the standard FVector::ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_IntVector constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVector2;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_IntVector constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_IntVector Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_InIntVector2 = { "InIntVector2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector_Parms, InIntVector2), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_InIntVector2,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_IntVector Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_IntVector", Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::KismetStringLibrary_eventBuildString_IntVector_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::KismetStringLibrary_eventBuildString_IntVector_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_IntVector)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FIntVector,Z_Param_InIntVector2);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_IntVector(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InIntVector2,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_IntVector ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_IntVector2 *********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_IntVector2_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FIntVector2 InIntVector;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Converts an IntVector2->string, creating a new string in the form AppendTo+Prefix+InIntVector+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InIntVector - The intVector2 value to convert. Uses the standard FVector::ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (IntVector2)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an IntVector2->string, creating a new string in the form AppendTo+Prefix+InIntVector+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InIntVector - The intVector2 value to convert. Uses the standard FVector::ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_IntVector2 constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVector;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_IntVector2 constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_IntVector2 Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector2_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector2_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_InIntVector = { "InIntVector", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector2_Parms, InIntVector), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector2_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_IntVector2_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_InIntVector,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_IntVector2 Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_IntVector2", Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::KismetStringLibrary_eventBuildString_IntVector2_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::KismetStringLibrary_eventBuildString_IntVector2_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_IntVector2)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FIntVector2,Z_Param_InIntVector);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_IntVector2(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InIntVector,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_IntVector2 ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Name ***************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Name_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FName InName;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a color->string, creating a new string in the form AppendTo+Prefix+InName+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InName - The name value to convert\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Name)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a color->string, creating a new string in the form AppendTo+Prefix+InName+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InName - The name value to convert\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Name constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Name constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Name Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Name_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Name_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Name_Parms, InName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Name_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Name_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_InName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Name Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Name", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::KismetStringLibrary_eventBuildString_Name_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::KismetStringLibrary_eventBuildString_Name_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Name)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Name(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InName,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Name *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Object *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Object_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
UObject* InObj;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a object->string, creating a new string in the form AppendTo+Prefix+object name+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InObj - The object to convert. Will insert the name of the object into the conversion string\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Object)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a object->string, creating a new string in the form AppendTo+Prefix+object name+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InObj - The object to convert. Will insert the name of the object into the conversion string\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Object constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InObj;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Object constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Object Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Object_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Object_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_InObj = { "InObj", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Object_Parms, InObj), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Object_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Object_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_InObj,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Object Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Object", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::KismetStringLibrary_eventBuildString_Object_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::KismetStringLibrary_eventBuildString_Object_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Object)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_InObj);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Object(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InObj,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Object ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Rotator ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Rotator_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FRotator InRot;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a rotator->string, creating a new string in the form AppendTo+Prefix+InRot+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InRot\x09- The rotator value to convert. Uses the standard ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Rotator)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a rotator->string, creating a new string in the form AppendTo+Prefix+InRot+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InRot - The rotator value to convert. Uses the standard ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Rotator constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Rotator constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Rotator Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Rotator_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Rotator_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Rotator_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Rotator_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Rotator_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_InRot,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Rotator Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Rotator", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::KismetStringLibrary_eventBuildString_Rotator_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::KismetStringLibrary_eventBuildString_Rotator_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Rotator)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Rotator(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InRot,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Rotator **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Vector *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Vector_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FVector InVector;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a vector->string, creating a new string in the form AppendTo+Prefix+InVector+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InVector - The vector value to convert. Uses the standard FVector::ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Vector)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a vector->string, creating a new string in the form AppendTo+Prefix+InVector+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InVector - The vector value to convert. Uses the standard FVector::ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Vector constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Vector constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Vector Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector_Parms, InVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_InVector,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Vector Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Vector", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::KismetStringLibrary_eventBuildString_Vector_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::KismetStringLibrary_eventBuildString_Vector_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Vector)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FVector,Z_Param_InVector);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Vector(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InVector,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Vector ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function BuildString_Vector2d ***********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventBuildString_Vector2d_Parms
|
||
|
|
{
|
||
|
|
FString AppendTo;
|
||
|
|
FString Prefix;
|
||
|
|
FVector2D InVector2d;
|
||
|
|
FString Suffix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Converts a vector2d->string, creating a new string in the form AppendTo+Prefix+InVector2d+Suffix\n\x09 * @param AppendTo - An existing string to use as the start of the conversion string\n\x09 * @param Prefix - A string to use as a prefix, after the AppendTo string\n\x09 * @param InVector2d - The vector2d value to convert. Uses the standard FVector2D::ToString conversion\n\x09 * @param Suffix - A suffix to append to the end of the conversion string\n\x09 * @return A new string built from the passed parameters\n\x09 */" },
|
||
|
|
{ "DisplayName", "Build String (Vector2D)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a vector2d->string, creating a new string in the form AppendTo+Prefix+InVector2d+Suffix\n@param AppendTo - An existing string to use as the start of the conversion string\n@param Prefix - A string to use as a prefix, after the AppendTo string\n@param InVector2d - The vector2d value to convert. Uses the standard FVector2D::ToString conversion\n@param Suffix - A suffix to append to the end of the conversion string\n@return A new string built from the passed parameters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendTo_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Prefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Suffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Vector2d constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendTo;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Prefix;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector2d;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Suffix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function BuildString_Vector2d constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function BuildString_Vector2d Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_AppendTo = { "AppendTo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector2d_Parms, AppendTo), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendTo_MetaData), NewProp_AppendTo_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_Prefix = { "Prefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector2d_Parms, Prefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Prefix_MetaData), NewProp_Prefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_InVector2d = { "InVector2d", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector2d_Parms, InVector2d), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_Suffix = { "Suffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector2d_Parms, Suffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Suffix_MetaData), NewProp_Suffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventBuildString_Vector2d_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_AppendTo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_Prefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_InVector2d,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_Suffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function BuildString_Vector2d Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "BuildString_Vector2d", Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::KismetStringLibrary_eventBuildString_Vector2d_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::KismetStringLibrary_eventBuildString_Vector2d_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execBuildString_Vector2d)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AppendTo);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Prefix);
|
||
|
|
P_GET_STRUCT(FVector2D,Z_Param_InVector2d);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Suffix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::BuildString_Vector2d(Z_Param_AppendTo,Z_Param_Prefix,Z_Param_InVector2d,Z_Param_Suffix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function BuildString_Vector2d *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Concat_StrStr ******************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConcat_StrStr_Parms
|
||
|
|
{
|
||
|
|
FString A;
|
||
|
|
FString B;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Concatenates two strings together to make a new string\n\x09 * @param A - The original string\n\x09 * @param B - The string to append to A\n\x09 * @returns A new string which is the concatenation of A+B\n\x09 */" },
|
||
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
||
|
|
{ "DisplayName", "Append" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Concatenates two strings together to make a new string\n@param A - The original string\n@param B - The string to append to A\n@returns A new string which is the concatenation of A+B" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Concat_StrStr constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Concat_StrStr constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Concat_StrStr Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConcat_StrStr_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConcat_StrStr_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConcat_StrStr_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Concat_StrStr Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Concat_StrStr", Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::KismetStringLibrary_eventConcat_StrStr_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::KismetStringLibrary_eventConcat_StrStr_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConcat_StrStr)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Concat_StrStr(Z_Param_A,Z_Param_B);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Concat_StrStr ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Contains ***********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventContains_Parms
|
||
|
|
{
|
||
|
|
FString SearchIn;
|
||
|
|
FString Substring;
|
||
|
|
bool bUseCase;
|
||
|
|
bool bSearchFromEnd;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09* Returns whether this string contains the specified substring.\n\x09*\n\x09* @param SubStr\x09\x09\x09""Find to search for\n\x09* @param SearchCase\x09\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09* @param SearchDir\x09\x09\x09Indicates whether the search starts at the begining or at the end ( defaults to ESearchDir::FromStart )\n\x09* @return\x09\x09\x09\x09\x09Returns whether the string contains the substring\n\x09**/" },
|
||
|
|
{ "CPP_Default_bSearchFromEnd", "false" },
|
||
|
|
{ "CPP_Default_bUseCase", "false" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns whether this string contains the specified substring.\n\n@param SubStr Find to search for\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@param SearchDir Indicates whether the search starts at the begining or at the end ( defaults to ESearchDir::FromStart )\n@return Returns whether the string contains the substring" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SearchIn_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Substring_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Contains constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SearchIn;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Substring;
|
||
|
|
static void NewProp_bUseCase_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCase;
|
||
|
|
static void NewProp_bSearchFromEnd_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSearchFromEnd;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Contains constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Contains Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_SearchIn = { "SearchIn", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventContains_Parms, SearchIn), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SearchIn_MetaData), NewProp_SearchIn_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_Substring = { "Substring", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventContains_Parms, Substring), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Substring_MetaData), NewProp_Substring_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bUseCase_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventContains_Parms*)Obj)->bUseCase = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bUseCase = { "bUseCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventContains_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bUseCase_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bSearchFromEnd_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventContains_Parms*)Obj)->bSearchFromEnd = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bSearchFromEnd = { "bSearchFromEnd", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventContains_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bSearchFromEnd_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventContains_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventContains_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_SearchIn,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_Substring,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bUseCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_bSearchFromEnd,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Contains Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Contains", Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::KismetStringLibrary_eventContains_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::KismetStringLibrary_eventContains_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Contains()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Contains_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execContains)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SearchIn);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Substring);
|
||
|
|
P_GET_UBOOL(Z_Param_bUseCase);
|
||
|
|
P_GET_UBOOL(Z_Param_bSearchFromEnd);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::Contains(Z_Param_SearchIn,Z_Param_Substring,Z_Param_bUseCase,Z_Param_bSearchFromEnd);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Contains *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_BoolToString **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_BoolToString_Parms
|
||
|
|
{
|
||
|
|
bool InBool;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a boolean value to a string, either 'true' or 'false' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Boolean)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a boolean value to a string, either 'true' or 'false'" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoolToString constinit property declarations *********************
|
||
|
|
static void NewProp_InBool_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_BoolToString constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoolToString Property Definitions ********************************
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_InBool_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_BoolToString_Parms*)Obj)->InBool = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_BoolToString_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_BoolToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_InBool,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_BoolToString Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_BoolToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::KismetStringLibrary_eventConv_BoolToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::KismetStringLibrary_eventConv_BoolToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_BoolToString)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_InBool);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_BoolToString(Z_Param_InBool);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_BoolToString ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_BoxCenterAndExtentsToString ***********
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_BoxCenterAndExtentsToString_Parms
|
||
|
|
{
|
||
|
|
FBox Box;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a FBox value to a string of its Center and Extents values. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String Center and Extents (Box)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a FBox value to a string of its Center and Extents values." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoxCenterAndExtentsToString constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_BoxCenterAndExtentsToString constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoxCenterAndExtentsToString Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_BoxCenterAndExtentsToString_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_BoxCenterAndExtentsToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::NewProp_Box,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_BoxCenterAndExtentsToString Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_BoxCenterAndExtentsToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::KismetStringLibrary_eventConv_BoxCenterAndExtentsToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::KismetStringLibrary_eventConv_BoxCenterAndExtentsToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_BoxCenterAndExtentsToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_Box);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_BoxCenterAndExtentsToString(Z_Param_Out_Box);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_BoxCenterAndExtentsToString *************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_BoxToString ***************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_BoxToString_Parms
|
||
|
|
{
|
||
|
|
FBox Box;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a FBox value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Box)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a FBox value to a string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoxToString constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_BoxToString constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_BoxToString Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_BoxToString_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_BoxToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::NewProp_Box,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_BoxToString Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_BoxToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::KismetStringLibrary_eventConv_BoxToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::KismetStringLibrary_eventConv_BoxToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_BoxToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_Box);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_BoxToString(Z_Param_Out_Box);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_BoxToString *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_ByteToString **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_ByteToString_Parms
|
||
|
|
{
|
||
|
|
uint8 InByte;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a byte value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Byte)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a byte value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ByteToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InByte;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_ByteToString constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ByteToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::NewProp_InByte = { "InByte", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ByteToString_Parms, InByte), nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ByteToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::NewProp_InByte,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_ByteToString Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_ByteToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::KismetStringLibrary_eventConv_ByteToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::KismetStringLibrary_eventConv_ByteToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_ByteToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InByte);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_ByteToString(Z_Param_InByte);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_ByteToString ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_ColorToString *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_ColorToString_Parms
|
||
|
|
{
|
||
|
|
FLinearColor InColor;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a linear color value to a string, in the form '(R=,G=,B=,A=)' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (LinearColor)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a linear color value to a string, in the form '(R=,G=,B=,A=)'" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ColorToString constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_ColorToString constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ColorToString Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ColorToString_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ColorToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::NewProp_InColor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_ColorToString Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_ColorToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::KismetStringLibrary_eventConv_ColorToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::KismetStringLibrary_eventConv_ColorToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_ColorToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_ColorToString(Z_Param_InColor);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_ColorToString ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_DoubleToString ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_DoubleToString_Parms
|
||
|
|
{
|
||
|
|
double InDouble;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a double value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Float)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a double value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_DoubleToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_DoubleToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_DoubleToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_DoubleToString_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_DoubleToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::NewProp_InDouble,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_DoubleToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_DoubleToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::KismetStringLibrary_eventConv_DoubleToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::KismetStringLibrary_eventConv_DoubleToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_DoubleToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_DoubleToString(Z_Param_InDouble);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_DoubleToString **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_InputDeviceIdToString *****************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics
|
||
|
|
{
|
||
|
|
struct FInputDeviceId
|
||
|
|
{
|
||
|
|
int32 InternalId;
|
||
|
|
};
|
||
|
|
|
||
|
|
struct KismetStringLibrary_eventConv_InputDeviceIdToString_Parms
|
||
|
|
{
|
||
|
|
FInputDeviceId InDeviceId;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a InputDeviceId value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (InputDeviceId)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a InputDeviceId value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_InputDeviceIdToString constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDeviceId;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_InputDeviceIdToString constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_InputDeviceIdToString Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::NewProp_InDeviceId = { "InDeviceId", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_InputDeviceIdToString_Parms, InDeviceId), Z_Construct_UScriptStruct_FInputDeviceId, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_InputDeviceIdToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::NewProp_InDeviceId,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_InputDeviceIdToString Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_InputDeviceIdToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::KismetStringLibrary_eventConv_InputDeviceIdToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::KismetStringLibrary_eventConv_InputDeviceIdToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_InputDeviceIdToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FInputDeviceId,Z_Param_InDeviceId);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_InputDeviceIdToString(Z_Param_InDeviceId);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_InputDeviceIdToString *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_Int64ToString *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_Int64ToString_Parms
|
||
|
|
{
|
||
|
|
int64 InInt;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts an 64-bit integer value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Integer64)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an 64-bit integer value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Int64ToString constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_InInt;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_Int64ToString constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Int64ToString Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Int64ToString_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Int64ToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::NewProp_InInt,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_Int64ToString Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_Int64ToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::KismetStringLibrary_eventConv_Int64ToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::KismetStringLibrary_eventConv_Int64ToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_Int64ToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_InInt);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_Int64ToString(Z_Param_InInt);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_Int64ToString ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_IntPointToString **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_IntPointToString_Parms
|
||
|
|
{
|
||
|
|
FIntPoint InIntPoint;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts an IntPoint value to a string, in the form 'X= Y=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (IntPoint)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an IntPoint value to a string, in the form 'X= Y='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntPointToString constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntPoint;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_IntPointToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntPointToString Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::NewProp_InIntPoint = { "InIntPoint", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntPointToString_Parms, InIntPoint), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntPointToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::NewProp_InIntPoint,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_IntPointToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_IntPointToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::KismetStringLibrary_eventConv_IntPointToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::KismetStringLibrary_eventConv_IntPointToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_IntPointToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FIntPoint,Z_Param_InIntPoint);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_IntPointToString(Z_Param_InIntPoint);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_IntPointToString ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_IntToString ***************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_IntToString_Parms
|
||
|
|
{
|
||
|
|
int32 InInt;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts an integer value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Integer)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an integer value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntToString constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_IntToString constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntToString Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntToString_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::NewProp_InInt,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_IntToString Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_IntToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::KismetStringLibrary_eventConv_IntToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::KismetStringLibrary_eventConv_IntToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_IntToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_IntToString(Z_Param_InInt);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_IntToString *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_IntVector2ToString ********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_IntVector2ToString_Parms
|
||
|
|
{
|
||
|
|
FIntVector2 InIntVec2;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts an IntVector2 value to a string, in the form 'X= Y=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (IntVector2)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an IntVector2 value to a string, in the form 'X= Y='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntVector2ToString constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVec2;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_IntVector2ToString constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntVector2ToString Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::NewProp_InIntVec2 = { "InIntVec2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntVector2ToString_Parms, InIntVec2), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntVector2ToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::NewProp_InIntVec2,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_IntVector2ToString Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_IntVector2ToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::KismetStringLibrary_eventConv_IntVector2ToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::KismetStringLibrary_eventConv_IntVector2ToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_IntVector2ToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FIntVector2,Z_Param_InIntVec2);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_IntVector2ToString(Z_Param_InIntVec2);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_IntVector2ToString **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_IntVectorToString *********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_IntVectorToString_Parms
|
||
|
|
{
|
||
|
|
FIntVector InIntVec;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts an IntVector value to a string, in the form 'X= Y= Z=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (IntVector)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts an IntVector value to a string, in the form 'X= Y= Z='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntVectorToString constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVec;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_IntVectorToString constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_IntVectorToString Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::NewProp_InIntVec = { "InIntVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntVectorToString_Parms, InIntVec), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_IntVectorToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::NewProp_InIntVec,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_IntVectorToString Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_IntVectorToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::KismetStringLibrary_eventConv_IntVectorToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::KismetStringLibrary_eventConv_IntVectorToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_IntVectorToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FIntVector,Z_Param_InIntVec);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_IntVectorToString(Z_Param_InIntVec);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_IntVectorToString ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_MatrixToString ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics
|
||
|
|
{
|
||
|
|
struct FMatrix
|
||
|
|
{
|
||
|
|
FPlane XPlane;
|
||
|
|
FPlane YPlane;
|
||
|
|
FPlane ZPlane;
|
||
|
|
FPlane WPlane;
|
||
|
|
};
|
||
|
|
|
||
|
|
struct KismetStringLibrary_eventConv_MatrixToString_Parms
|
||
|
|
{
|
||
|
|
FMatrix InMatrix;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a name value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Matrix)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a name value to a string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMatrix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_MatrixToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InMatrix;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_MatrixToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_MatrixToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::NewProp_InMatrix = { "InMatrix", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_MatrixToString_Parms, InMatrix), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMatrix_MetaData), NewProp_InMatrix_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_MatrixToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::NewProp_InMatrix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_MatrixToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_MatrixToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::KismetStringLibrary_eventConv_MatrixToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::KismetStringLibrary_eventConv_MatrixToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_MatrixToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InMatrix);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_MatrixToString(Z_Param_Out_InMatrix);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_MatrixToString **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_NameToString **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_NameToString_Parms
|
||
|
|
{
|
||
|
|
FName InName;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a name value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Name)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a name value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_NameToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_NameToString constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_NameToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_NameToString_Parms, InName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_NameToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::NewProp_InName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_NameToString Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_NameToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::KismetStringLibrary_eventConv_NameToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::KismetStringLibrary_eventConv_NameToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_NameToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_NameToString(Z_Param_InName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_NameToString ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_ObjectToString ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_ObjectToString_Parms
|
||
|
|
{
|
||
|
|
UObject* InObj;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a UObject value to a string by calling the object's GetName method */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Object)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a UObject value to a string by calling the object's GetName method" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ObjectToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InObj;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_ObjectToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_ObjectToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::NewProp_InObj = { "InObj", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ObjectToString_Parms, InObj), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_ObjectToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::NewProp_InObj,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_ObjectToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_ObjectToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::KismetStringLibrary_eventConv_ObjectToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::KismetStringLibrary_eventConv_ObjectToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_ObjectToString)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UObject,Z_Param_InObj);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_ObjectToString(Z_Param_InObj);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_ObjectToString **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_PlatformUserIdToString ****************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics
|
||
|
|
{
|
||
|
|
struct FPlatformUserId
|
||
|
|
{
|
||
|
|
int32 InternalId;
|
||
|
|
};
|
||
|
|
|
||
|
|
struct KismetStringLibrary_eventConv_PlatformUserIdToString_Parms
|
||
|
|
{
|
||
|
|
FPlatformUserId InPlatformUserId;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a PlatformUserId value to a string */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (PlatformUserId)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a PlatformUserId value to a string" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_PlatformUserIdToString constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InPlatformUserId;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_PlatformUserIdToString constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_PlatformUserIdToString Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::NewProp_InPlatformUserId = { "InPlatformUserId", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_PlatformUserIdToString_Parms, InPlatformUserId), Z_Construct_UScriptStruct_FPlatformUserId, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_PlatformUserIdToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::NewProp_InPlatformUserId,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_PlatformUserIdToString Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_PlatformUserIdToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::KismetStringLibrary_eventConv_PlatformUserIdToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::KismetStringLibrary_eventConv_PlatformUserIdToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_PlatformUserIdToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FPlatformUserId,Z_Param_InPlatformUserId);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_PlatformUserIdToString(Z_Param_InPlatformUserId);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_PlatformUserIdToString ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_RotatorToString ***********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_RotatorToString_Parms
|
||
|
|
{
|
||
|
|
FRotator InRot;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a rotator value to a string, in the form 'P= Y= R=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Rotator)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a rotator value to a string, in the form 'P= Y= R='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_RotatorToString constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_RotatorToString constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_RotatorToString Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_RotatorToString_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_RotatorToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::NewProp_InRot,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_RotatorToString Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_RotatorToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::KismetStringLibrary_eventConv_RotatorToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::KismetStringLibrary_eventConv_RotatorToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_RotatorToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_RotatorToString(Z_Param_InRot);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_RotatorToString *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToColor *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToColor_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FLinearColor OutConvertedColor;
|
||
|
|
bool OutIsValid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Convert String Back To Color. IsValid indicates whether or not the string could be successfully converted. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Color" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert String Back To Color. IsValid indicates whether or not the string could be successfully converted." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToColor constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutConvertedColor;
|
||
|
|
static void NewProp_OutIsValid_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_OutIsValid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToColor constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToColor Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToColor_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutConvertedColor = { "OutConvertedColor", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToColor_Parms, OutConvertedColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutIsValid_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_StringToColor_Parms*)Obj)->OutIsValid = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutIsValid = { "OutIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_StringToColor_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutConvertedColor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::NewProp_OutIsValid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToColor Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToColor", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::KismetStringLibrary_eventConv_StringToColor_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::KismetStringLibrary_eventConv_StringToColor_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToColor)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_OutConvertedColor);
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_OutIsValid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetStringLibrary::Conv_StringToColor(Z_Param_InString,Z_Param_Out_OutConvertedColor,Z_Param_Out_OutIsValid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToColor ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToDouble ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToDouble_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
double ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a string to a double value */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Float" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a string to a double value" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToDouble constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToDouble constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToDouble Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToDouble_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToDouble Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToDouble", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::KismetStringLibrary_eventConv_StringToDouble_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::KismetStringLibrary_eventConv_StringToDouble_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToDouble)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(double*)Z_Param__Result=UKismetStringLibrary::Conv_StringToDouble(Z_Param_InString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToDouble **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToInt ***************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToInt_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a string to a int value */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Integer" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a string to a int value" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToInt constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToInt constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToInt Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToInt_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToInt Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToInt", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::KismetStringLibrary_eventConv_StringToInt_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::KismetStringLibrary_eventConv_StringToInt_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToInt)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::Conv_StringToInt(Z_Param_InString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToInt *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToInt64 *************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToInt64_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
int64 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a string to a int value */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Integer64" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a string to a int value" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToInt64 constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToInt64 constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToInt64 Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToInt64_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToInt64 Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToInt64", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::KismetStringLibrary_eventConv_StringToInt64_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::KismetStringLibrary_eventConv_StringToInt64_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToInt64)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int64*)Z_Param__Result=UKismetStringLibrary::Conv_StringToInt64(Z_Param_InString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToInt64 ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToName **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToName_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FName ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a string to a name value */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Name" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a string to a name value" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToName constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToName constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToName Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToName_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToName Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToName", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::KismetStringLibrary_eventConv_StringToName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::KismetStringLibrary_eventConv_StringToName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToName)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FName*)Z_Param__Result=UKismetStringLibrary::Conv_StringToName(Z_Param_InString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToName ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToRotator ***********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToRotator_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FRotator OutConvertedRotator;
|
||
|
|
bool OutIsValid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Convert String Back To Rotator. IsValid indicates whether or not the string could be successfully converted. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Rotator" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert String Back To Rotator. IsValid indicates whether or not the string could be successfully converted." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToRotator constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutConvertedRotator;
|
||
|
|
static void NewProp_OutIsValid_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_OutIsValid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToRotator constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToRotator Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToRotator_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutConvertedRotator = { "OutConvertedRotator", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToRotator_Parms, OutConvertedRotator), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutIsValid_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_StringToRotator_Parms*)Obj)->OutIsValid = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutIsValid = { "OutIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_StringToRotator_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutConvertedRotator,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::NewProp_OutIsValid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToRotator Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToRotator", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::KismetStringLibrary_eventConv_StringToRotator_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::KismetStringLibrary_eventConv_StringToRotator_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToRotator)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_GET_STRUCT_REF(FRotator,Z_Param_Out_OutConvertedRotator);
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_OutIsValid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetStringLibrary::Conv_StringToRotator(Z_Param_InString,Z_Param_Out_OutConvertedRotator,Z_Param_Out_OutIsValid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToRotator *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToVector ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToVector_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FVector OutConvertedVector;
|
||
|
|
bool OutIsValid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Convert String Back To Vector. IsValid indicates whether or not the string could be successfully converted. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Vector" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert String Back To Vector. IsValid indicates whether or not the string could be successfully converted." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutConvertedVector;
|
||
|
|
static void NewProp_OutIsValid_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_OutIsValid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToVector constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutConvertedVector = { "OutConvertedVector", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector_Parms, OutConvertedVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutIsValid_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_StringToVector_Parms*)Obj)->OutIsValid = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutIsValid = { "OutIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_StringToVector_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutConvertedVector,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::NewProp_OutIsValid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToVector Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToVector", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::KismetStringLibrary_eventConv_StringToVector_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::KismetStringLibrary_eventConv_StringToVector_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToVector)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_OutConvertedVector);
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_OutIsValid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetStringLibrary::Conv_StringToVector(Z_Param_InString,Z_Param_Out_OutConvertedVector,Z_Param_Out_OutIsValid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToVector **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToVector2D **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToVector2D_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FVector2D OutConvertedVector2D;
|
||
|
|
bool OutIsValid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Convert String Back To Vector2D. IsValid indicates whether or not the string could be successfully converted. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Vector2D" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert String Back To Vector2D. IsValid indicates whether or not the string could be successfully converted." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector2D constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutConvertedVector2D;
|
||
|
|
static void NewProp_OutIsValid_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_OutIsValid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToVector2D constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector2D Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector2D_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutConvertedVector2D = { "OutConvertedVector2D", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector2D_Parms, OutConvertedVector2D), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutIsValid_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_StringToVector2D_Parms*)Obj)->OutIsValid = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutIsValid = { "OutIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_StringToVector2D_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutConvertedVector2D,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::NewProp_OutIsValid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToVector2D Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToVector2D", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::KismetStringLibrary_eventConv_StringToVector2D_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::KismetStringLibrary_eventConv_StringToVector2D_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToVector2D)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_OutConvertedVector2D);
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_OutIsValid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetStringLibrary::Conv_StringToVector2D(Z_Param_InString,Z_Param_Out_OutConvertedVector2D,Z_Param_Out_OutIsValid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToVector2D ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_StringToVector3f **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_StringToVector3f_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
FVector3f OutConvertedVector;
|
||
|
|
bool OutIsValid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Convert String Back To Float Vector. IsValid indicates whether or not the string could be successfully converted. */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "String To Float Vector" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert String Back To Float Vector. IsValid indicates whether or not the string could be successfully converted." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector3f constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutConvertedVector;
|
||
|
|
static void NewProp_OutIsValid_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_OutIsValid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_StringToVector3f constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_StringToVector3f Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector3f_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutConvertedVector = { "OutConvertedVector", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_StringToVector3f_Parms, OutConvertedVector), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutIsValid_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventConv_StringToVector3f_Parms*)Obj)->OutIsValid = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutIsValid = { "OutIsValid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventConv_StringToVector3f_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutIsValid_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutConvertedVector,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::NewProp_OutIsValid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_StringToVector3f Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_StringToVector3f", Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::KismetStringLibrary_eventConv_StringToVector3f_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::KismetStringLibrary_eventConv_StringToVector3f_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_StringToVector3f)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_GET_STRUCT_REF(FVector3f,Z_Param_Out_OutConvertedVector);
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_OutIsValid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
UKismetStringLibrary::Conv_StringToVector3f(Z_Param_InString,Z_Param_Out_OutConvertedVector,Z_Param_Out_OutIsValid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_StringToVector3f ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_TransformToString *********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_TransformToString_Parms
|
||
|
|
{
|
||
|
|
FTransform InTrans;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a transform value to a string, in the form 'Translation: X= Y= Z= Rotation: P= Y= R= Scale: X= Y= Z=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Transform)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a transform value to a string, in the form 'Translation: X= Y= Z= Rotation: P= Y= R= Scale: X= Y= Z='" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTrans_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_TransformToString constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InTrans;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_TransformToString constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_TransformToString Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::NewProp_InTrans = { "InTrans", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_TransformToString_Parms, InTrans), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTrans_MetaData), NewProp_InTrans_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_TransformToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::NewProp_InTrans,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_TransformToString Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_TransformToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::KismetStringLibrary_eventConv_TransformToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::KismetStringLibrary_eventConv_TransformToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_TransformToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_InTrans);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_TransformToString(Z_Param_Out_InTrans);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_TransformToString ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_Vector2dToString **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_Vector2dToString_Parms
|
||
|
|
{
|
||
|
|
FVector2D InVec;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a vector2d value to a string, in the form 'X= Y=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Vector2d)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a vector2d value to a string, in the form 'X= Y='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Vector2dToString constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_Vector2dToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Vector2dToString Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Vector2dToString_Parms, InVec), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Vector2dToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::NewProp_InVec,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_Vector2dToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_Vector2dToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::KismetStringLibrary_eventConv_Vector2dToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::KismetStringLibrary_eventConv_Vector2dToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_Vector2dToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector2D,Z_Param_InVec);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_Vector2dToString(Z_Param_InVec);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_Vector2dToString ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_Vector3fToString **********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_Vector3fToString_Parms
|
||
|
|
{
|
||
|
|
FVector3f InVec;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a float vector value to a string, in the form 'X= Y= Z=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Float Vector)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a float vector value to a string, in the form 'X= Y= Z='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Vector3fToString constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_Vector3fToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_Vector3fToString Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Vector3fToString_Parms, InVec), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_Vector3fToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::NewProp_InVec,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_Vector3fToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_Vector3fToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::KismetStringLibrary_eventConv_Vector3fToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::KismetStringLibrary_eventConv_Vector3fToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_Vector3fToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector3f,Z_Param_InVec);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_Vector3fToString(Z_Param_InVec);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_Vector3fToString ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Conv_VectorToString ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventConv_VectorToString_Parms
|
||
|
|
{
|
||
|
|
FVector InVec;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "BlueprintAutocast", "" },
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Converts a vector value to a string, in the form 'X= Y= Z=' */" },
|
||
|
|
{ "CompactNodeTitle", "->" },
|
||
|
|
{ "DisplayName", "To String (Vector)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Converts a vector value to a string, in the form 'X= Y= Z='" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_VectorToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Conv_VectorToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Conv_VectorToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_VectorToString_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventConv_VectorToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::NewProp_InVec,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Conv_VectorToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Conv_VectorToString", Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::KismetStringLibrary_eventConv_VectorToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::KismetStringLibrary_eventConv_VectorToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execConv_VectorToString)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Conv_VectorToString(Z_Param_InVec);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Conv_VectorToString **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function CullArray **********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventCullArray_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
TArray<FString> InArray;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Takes an array of strings and removes any zero length entries.\n\x09 *\n\x09 * @param\x09InArray\x09The array to cull\n\x09 *\n\x09 * @return\x09The number of elements left in InArray\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Takes an array of strings and removes any zero length entries.\n\n@param InArray The array to cull\n\n@return The number of elements left in InArray" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function CullArray constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InArray_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InArray;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function CullArray constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function CullArray Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventCullArray_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_InArray_Inner = { "InArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_InArray = { "InArray", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventCullArray_Parms, InArray), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventCullArray_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_InArray_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_InArray,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function CullArray Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "CullArray", Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::KismetStringLibrary_eventCullArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::KismetStringLibrary_eventCullArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_CullArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_CullArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execCullArray)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_InArray);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::CullArray(Z_Param_SourceString,Z_Param_Out_InArray);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function CullArray ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function DiffString *********************************
|
||
|
|
#if WITH_EDITOR
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventDiffString_Parms
|
||
|
|
{
|
||
|
|
FString First;
|
||
|
|
FString Second;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Returns a string describing the LCS difference between two strings, First and Second.\n\x09 * This function is editor only because it is expensive for large strings. Examples:\n\x09 * \n\x09 * (\"A\", \"\") -> \"- [ 0001 | ] A\"\n\x09 * (\"\", \"\") -> \"\"\n\x09 * (\"The quick brown fox\", \"The quick red fox\") -> \"~ [ 0001 | 0001 ]\n * The quick brown fox\n * ~~~~~ \n\x09 * The quick red fox\"\n\x09 * \n\x09 * The numbers between the [], separated by |, are the line numbers in the First and Second string at\n\x09 * which the difference occurs. Preceding the line number information is a symbol identifying the type \n\x09 * of difference: A tilde (~) indicates a modification, a minus (-) indicates a removal from First, and\n\x09 * a plus (+) indicates an addition to second.\n\x09 * \n\x09 * @param First - The string to treat as basis\n\x09 * @param Second - The string to treat as change\n * @return the LCS difference between the First and Second string\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns a string describing the LCS difference between two strings, First and Second.\nThis function is editor only because it is expensive for large strings. Examples:\n\n(\"A\", \"\") -> \"- [ 0001 | ] A\"\n(\"\", \"\") -> \"\"\n(\"The quick brown fox\", \"The quick red fox\") -> \"~ [ 0001 | 0001 ]\n The quick brown fox\n ~~~~~\n The quick red fox\"\n\nThe numbers between the [], separated by |, are the line numbers in the First and Second string at\nwhich the difference occurs. Preceding the line number information is a symbol identifying the type\nof difference: A tilde (~) indicates a modification, a minus (-) indicates a removal from First, and\na plus (+) indicates an addition to second.\n\n@param First - The string to treat as basis\n@param Second - The string to treat as change\n@return the LCS difference between the First and Second string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_First_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Second_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function DiffString constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_First;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Second;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function DiffString constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function DiffString Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_First = { "First", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventDiffString_Parms, First), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_First_MetaData), NewProp_First_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_Second = { "Second", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventDiffString_Parms, Second), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Second_MetaData), NewProp_Second_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventDiffString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_First,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_Second,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function DiffString Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "DiffString", Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::KismetStringLibrary_eventDiffString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x24022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::KismetStringLibrary_eventDiffString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_DiffString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_DiffString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execDiffString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_First);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Second);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::DiffString(Z_Param_First,Z_Param_Second);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
#endif // WITH_EDITOR
|
||
|
|
// ********** End Class UKismetStringLibrary Function DiffString ***********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function EndsWith ***********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventEndsWith_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString InSuffix;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Test whether this string ends with given string.\n\x09 *\n\x09 * @param SearchCase\x09\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09 * @return true if this string ends with specified text, false otherwise\n\x09 */" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test whether this string ends with given string.\n\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@return true if this string ends with specified text, false otherwise" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSuffix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function EndsWith constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InSuffix;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function EndsWith constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function EndsWith Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEndsWith_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_InSuffix = { "InSuffix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEndsWith_Parms, InSuffix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSuffix_MetaData), NewProp_InSuffix_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEndsWith_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventEndsWith_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventEndsWith_Parms), &Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_InSuffix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function EndsWith Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "EndsWith", Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::KismetStringLibrary_eventEndsWith_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::KismetStringLibrary_eventEndsWith_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_EndsWith()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_EndsWith_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execEndsWith)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InSuffix);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::EndsWith(Z_Param_SourceString,Z_Param_InSuffix,ESearchCase::Type(Z_Param_SearchCase));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function EndsWith *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function EqualEqual_StriStri ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventEqualEqual_StriStri_Parms
|
||
|
|
{
|
||
|
|
FString A;
|
||
|
|
FString B;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Test if the input strings are equal (A == B), ignoring case\n\x09 * @param A - The string to compare against\n\x09 * @param B - The string to compare\n\x09 * @returns True if the strings are equal, false otherwise\n\x09 */" },
|
||
|
|
{ "CompactNodeTitle", "==" },
|
||
|
|
{ "DisplayName", "Equal, Case Insensitive (String)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test if the input strings are equal (A == B), ignoring case\n@param A - The string to compare against\n@param B - The string to compare\n@returns True if the strings are equal, false otherwise" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function EqualEqual_StriStri constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function EqualEqual_StriStri constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function EqualEqual_StriStri Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEqualEqual_StriStri_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEqualEqual_StriStri_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventEqualEqual_StriStri_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventEqualEqual_StriStri_Parms), &Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function EqualEqual_StriStri Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "EqualEqual_StriStri", Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::KismetStringLibrary_eventEqualEqual_StriStri_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::KismetStringLibrary_eventEqualEqual_StriStri_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execEqualEqual_StriStri)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::EqualEqual_StriStri(Z_Param_A,Z_Param_B);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function EqualEqual_StriStri **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function EqualEqual_StrStr **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventEqualEqual_StrStr_Parms
|
||
|
|
{
|
||
|
|
FString A;
|
||
|
|
FString B;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Test if the input strings are equal (A == B)\n\x09 * @param A - The string to compare against\n\x09 * @param B - The string to compare\n\x09 * @returns True if the strings are equal, false otherwise\n\x09 */" },
|
||
|
|
{ "CompactNodeTitle", "===" },
|
||
|
|
{ "DisplayName", "Equal Exactly (String)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test if the input strings are equal (A == B)\n@param A - The string to compare against\n@param B - The string to compare\n@returns True if the strings are equal, false otherwise" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function EqualEqual_StrStr constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function EqualEqual_StrStr constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function EqualEqual_StrStr Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEqualEqual_StrStr_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventEqualEqual_StrStr_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventEqualEqual_StrStr_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventEqualEqual_StrStr_Parms), &Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function EqualEqual_StrStr Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "EqualEqual_StrStr", Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::KismetStringLibrary_eventEqualEqual_StrStr_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::KismetStringLibrary_eventEqualEqual_StrStr_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execEqualEqual_StrStr)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::EqualEqual_StrStr(Z_Param_A,Z_Param_B);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function EqualEqual_StrStr ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function FindSubstring ******************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventFindSubstring_Parms
|
||
|
|
{
|
||
|
|
FString SearchIn;
|
||
|
|
FString Substring;
|
||
|
|
bool bUseCase;
|
||
|
|
bool bSearchFromEnd;
|
||
|
|
int32 StartPosition;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Finds the starting index of a substring in the a specified string\n\x09 * @param SearchIn The string to search within\n\x09 * @param Substring The string to look for in the SearchIn string\n\x09 * @param bUseCase Whether or not to be case-sensitive\n\x09 * @param bSearchFromEnd Whether or not to start the search from the end of the string instead of the beginning\n\x09 * @param StartPosition The position to start the search from\n\x09 * @return The index (starting from 0 if bSearchFromEnd is false) of the first occurence of the substring\n\x09 */" },
|
||
|
|
{ "CPP_Default_bSearchFromEnd", "false" },
|
||
|
|
{ "CPP_Default_bUseCase", "false" },
|
||
|
|
{ "CPP_Default_StartPosition", "-1" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Finds the starting index of a substring in the a specified string\n@param SearchIn The string to search within\n@param Substring The string to look for in the SearchIn string\n@param bUseCase Whether or not to be case-sensitive\n@param bSearchFromEnd Whether or not to start the search from the end of the string instead of the beginning\n@param StartPosition The position to start the search from\n@return The index (starting from 0 if bSearchFromEnd is false) of the first occurence of the substring" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SearchIn_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Substring_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function FindSubstring constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SearchIn;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Substring;
|
||
|
|
static void NewProp_bUseCase_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCase;
|
||
|
|
static void NewProp_bSearchFromEnd_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSearchFromEnd;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_StartPosition;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function FindSubstring constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function FindSubstring Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_SearchIn = { "SearchIn", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventFindSubstring_Parms, SearchIn), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SearchIn_MetaData), NewProp_SearchIn_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_Substring = { "Substring", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventFindSubstring_Parms, Substring), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Substring_MetaData), NewProp_Substring_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bUseCase_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventFindSubstring_Parms*)Obj)->bUseCase = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bUseCase = { "bUseCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventFindSubstring_Parms), &Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bUseCase_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bSearchFromEnd_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventFindSubstring_Parms*)Obj)->bSearchFromEnd = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bSearchFromEnd = { "bSearchFromEnd", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventFindSubstring_Parms), &Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bSearchFromEnd_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_StartPosition = { "StartPosition", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventFindSubstring_Parms, StartPosition), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventFindSubstring_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_SearchIn,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_Substring,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bUseCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_bSearchFromEnd,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_StartPosition,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function FindSubstring Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "FindSubstring", Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::KismetStringLibrary_eventFindSubstring_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::KismetStringLibrary_eventFindSubstring_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_FindSubstring()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_FindSubstring_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execFindSubstring)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SearchIn);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Substring);
|
||
|
|
P_GET_UBOOL(Z_Param_bUseCase);
|
||
|
|
P_GET_UBOOL(Z_Param_bSearchFromEnd);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_StartPosition);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::FindSubstring(Z_Param_SearchIn,Z_Param_Substring,Z_Param_bUseCase,Z_Param_bSearchFromEnd,Z_Param_StartPosition);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function FindSubstring ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function GetCharacterArrayFromString ****************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventGetCharacterArrayFromString_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
TArray<FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09* Returns an array that contains one entry for each character in SourceString\n\x09* @param\x09SourceString\x09The string to break apart into characters\n\x09* @return\x09""An array containing one entry for each character in SourceString\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns an array that contains one entry for each character in SourceString\n@param SourceString The string to break apart into characters\n@return An array containing one entry for each character in SourceString" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCharacterArrayFromString constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCharacterArrayFromString constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCharacterArrayFromString Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetCharacterArrayFromString_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetCharacterArrayFromString_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_ReturnValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCharacterArrayFromString Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "GetCharacterArrayFromString", Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::KismetStringLibrary_eventGetCharacterArrayFromString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::KismetStringLibrary_eventGetCharacterArrayFromString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execGetCharacterArrayFromString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TArray<FString>*)Z_Param__Result=UKismetStringLibrary::GetCharacterArrayFromString(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function GetCharacterArrayFromString ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function GetCharacterAsNumber ***********************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventGetCharacterAsNumber_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Index;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Gets a single character from the string (as an integer)\n\x09 * @param SourceString - The string to convert\n\x09 * @param Index - Location of the character whose value is required\n\x09 * @return The integer value of the character or 0 if index is out of range\n\x09 */" },
|
||
|
|
{ "CPP_Default_Index", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Gets a single character from the string (as an integer)\n@param SourceString - The string to convert\n@param Index - Location of the character whose value is required\n@return The integer value of the character or 0 if index is out of range" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCharacterAsNumber constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCharacterAsNumber constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCharacterAsNumber Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetCharacterAsNumber_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetCharacterAsNumber_Parms, Index), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetCharacterAsNumber_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCharacterAsNumber Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "GetCharacterAsNumber", Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::KismetStringLibrary_eventGetCharacterAsNumber_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::KismetStringLibrary_eventGetCharacterAsNumber_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execGetCharacterAsNumber)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::GetCharacterAsNumber(Z_Param_SourceString,Z_Param_Index);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function GetCharacterAsNumber *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function GetSubstring *******************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventGetSubstring_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 StartIndex;
|
||
|
|
int32 Length;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Returns a substring from the string starting at the specified position\n\x09 * @param SourceString - The string to get the substring from\n\x09 * @param StartIndex - The location in SourceString to use as the start of the substring\n\x09 * @param Length The length of the requested substring\n\x09 *\n\x09 * @return The requested substring\n\x09 */" },
|
||
|
|
{ "CPP_Default_Length", "1" },
|
||
|
|
{ "CPP_Default_StartIndex", "0" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns a substring from the string starting at the specified position\n@param SourceString - The string to get the substring from\n@param StartIndex - The location in SourceString to use as the start of the substring\n@param Length The length of the requested substring\n\n@return The requested substring" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSubstring constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_StartIndex;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Length;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSubstring constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSubstring Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetSubstring_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_StartIndex = { "StartIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetSubstring_Parms, StartIndex), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetSubstring_Parms, Length), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventGetSubstring_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_StartIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_Length,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSubstring Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "GetSubstring", Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::KismetStringLibrary_eventGetSubstring_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::KismetStringLibrary_eventGetSubstring_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_GetSubstring()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_GetSubstring_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execGetSubstring)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_StartIndex);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Length);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::GetSubstring(Z_Param_SourceString,Z_Param_StartIndex,Z_Param_Length);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function GetSubstring *********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function IsEmpty ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventIsEmpty_Parms
|
||
|
|
{
|
||
|
|
FString InString;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 *\x09Returns true if the string is empty\n\x09 *\x09@param InString - The string to check\n\x09 *\x09@return Whether or not the string is empty\n\x09 */" },
|
||
|
|
{ "Keywords", "empty" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns true if the string is empty\n@param InString - The string to check\n@return Whether or not the string is empty" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsEmpty constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InString;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsEmpty constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsEmpty Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_InString = { "InString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventIsEmpty_Parms, InString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InString_MetaData), NewProp_InString_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventIsEmpty_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventIsEmpty_Parms), &Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_InString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsEmpty Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "IsEmpty", Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::KismetStringLibrary_eventIsEmpty_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::KismetStringLibrary_eventIsEmpty_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_IsEmpty()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_IsEmpty_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execIsEmpty)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::IsEmpty(Z_Param_InString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function IsEmpty **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function IsNumeric **********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventIsNumeric_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/*\n\x09 * Checks if a string contains only numeric characters\n\x09 * @param\x09SourceString\x09The string to check\n\x09 * @return true if the string only contains numeric characters \n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "* Checks if a string contains only numeric characters\n* @param SourceString The string to check\n* @return true if the string only contains numeric characters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsNumeric constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsNumeric constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsNumeric Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventIsNumeric_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventIsNumeric_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventIsNumeric_Parms), &Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsNumeric Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "IsNumeric", Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::KismetStringLibrary_eventIsNumeric_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::KismetStringLibrary_eventIsNumeric_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_IsNumeric()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_IsNumeric_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execIsNumeric)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::IsNumeric(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function IsNumeric ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function JoinStringArray ****************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventJoinStringArray_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> SourceArray;
|
||
|
|
FString Separator;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Concatenates an array of strings into a single string.\n\x09 * @param SourceArray - The array of strings to concatenate.\n\x09 * @param Separator - The string used to separate each element.\n\x09 * @return The final, joined, separated string.\n\x09 */" },
|
||
|
|
{ "CPP_Default_Separator", " " },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Concatenates an array of strings into a single string.\n@param SourceArray - The array of strings to concatenate.\n@param Separator - The string used to separate each element.\n@return The final, joined, separated string." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceArray_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Separator_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function JoinStringArray constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceArray_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SourceArray;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Separator;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function JoinStringArray constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function JoinStringArray Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_SourceArray_Inner = { "SourceArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_SourceArray = { "SourceArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventJoinStringArray_Parms, SourceArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceArray_MetaData), NewProp_SourceArray_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_Separator = { "Separator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventJoinStringArray_Parms, Separator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Separator_MetaData), NewProp_Separator_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventJoinStringArray_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_SourceArray_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_SourceArray,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_Separator,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function JoinStringArray Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "JoinStringArray", Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::KismetStringLibrary_eventJoinStringArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::KismetStringLibrary_eventJoinStringArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execJoinStringArray)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_SourceArray);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Separator);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::JoinStringArray(Z_Param_Out_SourceArray,Z_Param_Separator);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function JoinStringArray ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Left ***************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Left_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventLeft_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Count;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Returns the left most given number of characters */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the left most given number of characters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Left constinit property declarations **********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Left constinit property declarations ************************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Left Property Definitions *********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeft_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeft_Parms, Count), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeft_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Left Property Definitions ***********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Left", Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::KismetStringLibrary_eventLeft_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::KismetStringLibrary_eventLeft_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Left()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Left_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execLeft)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Count);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Left(Z_Param_SourceString,Z_Param_Count);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Left *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function LeftChop ***********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventLeftChop_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Count;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Returns the left most characters from the string chopping the given number of characters from the end */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the left most characters from the string chopping the given number of characters from the end" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function LeftChop constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function LeftChop constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function LeftChop Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftChop_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftChop_Parms, Count), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftChop_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function LeftChop Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "LeftChop", Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::KismetStringLibrary_eventLeftChop_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::KismetStringLibrary_eventLeftChop_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_LeftChop()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_LeftChop_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execLeftChop)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Count);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::LeftChop(Z_Param_SourceString,Z_Param_Count);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function LeftChop *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function LeftPad ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventLeftPad_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 ChCount;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/*\n\x09 * Pad the left of this string for a specified number of characters \n\x09 * @param\x09SourceString\x09The string to pad\n\x09 * @param\x09""ChCount\x09\x09\x09""Amount of padding required\n\x09 * @return\x09The padded string\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "* Pad the left of this string for a specified number of characters\n* @param SourceString The string to pad\n* @param ChCount Amount of padding required\n* @return The padded string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function LeftPad constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ChCount;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function LeftPad constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function LeftPad Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftPad_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_ChCount = { "ChCount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftPad_Parms, ChCount), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLeftPad_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_ChCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function LeftPad Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "LeftPad", Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::KismetStringLibrary_eventLeftPad_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::KismetStringLibrary_eventLeftPad_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_LeftPad()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_LeftPad_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execLeftPad)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_ChCount);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::LeftPad(Z_Param_SourceString,Z_Param_ChCount);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function LeftPad **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Len ****************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Len_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventLen_Parms
|
||
|
|
{
|
||
|
|
FString S;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Returns the number of characters in the string\n\x09 * @param SourceString - The string to measure\n\x09 * @return The number of chars in the string\n\x09 */" },
|
||
|
|
{ "CompactNodeTitle", "LEN" },
|
||
|
|
{ "Keywords", "length" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the number of characters in the string\n@param SourceString - The string to measure\n@return The number of chars in the string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_S_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Len constinit property declarations ***********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_S;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Len constinit property declarations *************************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Len Property Definitions **********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::NewProp_S = { "S", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLen_Parms, S), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_S_MetaData), NewProp_S_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventLen_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::NewProp_S,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Len Property Definitions ************************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Len", Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::KismetStringLibrary_eventLen_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::KismetStringLibrary_eventLen_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Len()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Len_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execLen)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_S);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::Len(Z_Param_S);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Len ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function MatchesWildcard ****************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventMatchesWildcard_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString Wildcard;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Searches this string for a given wild card\n\x09 *\n\x09 * @param Wildcard\x09\x09*?-type wildcard\n\x09 * @param SearchCase\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09 * @return true if this string matches the *?-type wildcard given.\n\x09 * @warning This is a simple, SLOW routine. Use with caution\n\x09 */" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Searches this string for a given wild card\n\n@param Wildcard *?-type wildcard\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@return true if this string matches the *?-type wildcard given.\n@warning This is a simple, SLOW routine. Use with caution" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Wildcard_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function MatchesWildcard constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Wildcard;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function MatchesWildcard constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function MatchesWildcard Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMatchesWildcard_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_Wildcard = { "Wildcard", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMatchesWildcard_Parms, Wildcard), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Wildcard_MetaData), NewProp_Wildcard_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMatchesWildcard_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventMatchesWildcard_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventMatchesWildcard_Parms), &Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_Wildcard,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function MatchesWildcard Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "MatchesWildcard", Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::KismetStringLibrary_eventMatchesWildcard_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::KismetStringLibrary_eventMatchesWildcard_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execMatchesWildcard)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Wildcard);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::MatchesWildcard(Z_Param_SourceString,Z_Param_Wildcard,ESearchCase::Type(Z_Param_SearchCase));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function MatchesWildcard ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Mid ****************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventMid_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Start;
|
||
|
|
int32 Count;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Returns the substring from Start position for Count characters. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the substring from Start position for Count characters." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Mid constinit property declarations ***********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Start;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Mid constinit property declarations *************************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Mid Property Definitions **********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMid_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_Start = { "Start", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMid_Parms, Start), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMid_Parms, Count), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventMid_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_Start,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Mid Property Definitions ************************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Mid", Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::KismetStringLibrary_eventMid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::KismetStringLibrary_eventMid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Mid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Mid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execMid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Start);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Count);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Mid(Z_Param_SourceString,Z_Param_Start,Z_Param_Count);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Mid ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function NotEqual_StriStri **************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventNotEqual_StriStri_Parms
|
||
|
|
{
|
||
|
|
FString A;
|
||
|
|
FString B;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Test if the input string are not equal (A != B), ignoring case differences\n\x09 * @param A - The string to compare against\n\x09 * @param B - The string to compare\n\x09 * @return Returns true if the input strings are not equal, false if they are equal\n\x09 */" },
|
||
|
|
{ "CompactNodeTitle", "!=" },
|
||
|
|
{ "DisplayName", "Not Equal, Case Insenstive (String)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test if the input string are not equal (A != B), ignoring case differences\n@param A - The string to compare against\n@param B - The string to compare\n@return Returns true if the input strings are not equal, false if they are equal" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function NotEqual_StriStri constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function NotEqual_StriStri constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function NotEqual_StriStri Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventNotEqual_StriStri_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventNotEqual_StriStri_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventNotEqual_StriStri_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventNotEqual_StriStri_Parms), &Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function NotEqual_StriStri Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "NotEqual_StriStri", Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::KismetStringLibrary_eventNotEqual_StriStri_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::KismetStringLibrary_eventNotEqual_StriStri_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execNotEqual_StriStri)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::NotEqual_StriStri(Z_Param_A,Z_Param_B);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function NotEqual_StriStri ****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function NotEqual_StrStr ****************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventNotEqual_StrStr_Parms
|
||
|
|
{
|
||
|
|
FString A;
|
||
|
|
FString B;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Test if the input string are not equal (A != B)\n\x09 * @param A - The string to compare against\n\x09 * @param B - The string to compare\n\x09 * @return Returns true if the input strings are not equal, false if they are equal\n\x09 */" },
|
||
|
|
{ "CompactNodeTitle", "!==" },
|
||
|
|
{ "DisplayName", "Not Equal Exactly (String)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test if the input string are not equal (A != B)\n@param A - The string to compare against\n@param B - The string to compare\n@return Returns true if the input strings are not equal, false if they are equal" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function NotEqual_StrStr constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function NotEqual_StrStr constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function NotEqual_StrStr Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventNotEqual_StrStr_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventNotEqual_StrStr_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventNotEqual_StrStr_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventNotEqual_StrStr_Parms), &Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function NotEqual_StrStr Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "NotEqual_StrStr", Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::KismetStringLibrary_eventNotEqual_StrStr_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::KismetStringLibrary_eventNotEqual_StrStr_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execNotEqual_StrStr)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::NotEqual_StrStr(Z_Param_A,Z_Param_B);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function NotEqual_StrStr ******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function ParseIntoArray *****************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventParseIntoArray_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString Delimiter;
|
||
|
|
bool CullEmptyStrings;
|
||
|
|
TArray<FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** \n\x09 * Gets an array of strings from a source string divided up by a separator and empty strings can optionally be culled.\n\x09 * @param SourceString - The string to chop up\n\x09 * @param Delimiter - The string to delimit on\n\x09 * @param CullEmptyStrings = true - Cull (true) empty strings or add them to the array (false)\n\x09 * @return The array of string that have been separated\n\x09 */" },
|
||
|
|
{ "CPP_Default_CullEmptyStrings", "true" },
|
||
|
|
{ "CPP_Default_Delimiter", " " },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Gets an array of strings from a source string divided up by a separator and empty strings can optionally be culled.\n@param SourceString - The string to chop up\n@param Delimiter - The string to delimit on\n@param CullEmptyStrings = true - Cull (true) empty strings or add them to the array (false)\n@return The array of string that have been separated" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Delimiter_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CullEmptyStrings_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ParseIntoArray constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Delimiter;
|
||
|
|
static void NewProp_CullEmptyStrings_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_CullEmptyStrings;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ParseIntoArray constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ParseIntoArray Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventParseIntoArray_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_Delimiter = { "Delimiter", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventParseIntoArray_Parms, Delimiter), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Delimiter_MetaData), NewProp_Delimiter_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_CullEmptyStrings_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventParseIntoArray_Parms*)Obj)->CullEmptyStrings = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_CullEmptyStrings = { "CullEmptyStrings", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventParseIntoArray_Parms), &Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_CullEmptyStrings_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CullEmptyStrings_MetaData), NewProp_CullEmptyStrings_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventParseIntoArray_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_Delimiter,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_CullEmptyStrings,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_ReturnValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ParseIntoArray Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "ParseIntoArray", Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::KismetStringLibrary_eventParseIntoArray_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::KismetStringLibrary_eventParseIntoArray_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execParseIntoArray)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Delimiter);
|
||
|
|
P_GET_UBOOL(Z_Param_CullEmptyStrings);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TArray<FString>*)Z_Param__Result=UKismetStringLibrary::ParseIntoArray(Z_Param_SourceString,Z_Param_Delimiter,Z_Param_CullEmptyStrings);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function ParseIntoArray *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Replace ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventReplace_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString From;
|
||
|
|
FString To;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Replace all occurrences of a substring in this string\n\x09 *\n\x09 * @param From substring to replace\n\x09 * @param To substring to replace From with\n\x09 * @param SearchCase\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09 * @return a copy of this string with the replacement made\n\x09 */" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Replace all occurrences of a substring in this string\n\n@param From substring to replace\n@param To substring to replace From with\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@return a copy of this string with the replacement made" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_From_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_To_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Replace constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_From;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_To;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Replace constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Replace Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplace_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_From = { "From", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplace_Parms, From), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_From_MetaData), NewProp_From_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_To = { "To", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplace_Parms, To), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_To_MetaData), NewProp_To_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplace_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplace_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_From,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_To,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Replace Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Replace", Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::KismetStringLibrary_eventReplace_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::KismetStringLibrary_eventReplace_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Replace()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Replace_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execReplace)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_From);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_To);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Replace(Z_Param_SourceString,Z_Param_From,Z_Param_To,ESearchCase::Type(Z_Param_SearchCase));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Replace **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function ReplaceInline ******************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventReplaceInline_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString SearchText;
|
||
|
|
FString ReplacementText;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Replace all occurrences of SearchText with ReplacementText in this string.\n\x09 *\n\x09 * @param\x09SearchText\x09the text that should be removed from this string\n\x09 * @param\x09ReplacementText\x09\x09the text to insert in its place\n\x09 * @param SearchCase\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09 *\n\x09 * @return\x09the number of occurrences of SearchText that were replaced.\n\x09 */" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Replace all occurrences of SearchText with ReplacementText in this string.\n\n@param SearchText the text that should be removed from this string\n@param ReplacementText the text to insert in its place\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\n@return the number of occurrences of SearchText that were replaced." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SearchText_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReplacementText_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ReplaceInline constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SearchText;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReplacementText;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ReplaceInline constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ReplaceInline Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplaceInline_Parms, SourceString), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SearchText = { "SearchText", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplaceInline_Parms, SearchText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SearchText_MetaData), NewProp_SearchText_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_ReplacementText = { "ReplacementText", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplaceInline_Parms, ReplacementText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReplacementText_MetaData), NewProp_ReplacementText_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplaceInline_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReplaceInline_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SearchText,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_ReplacementText,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ReplaceInline Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "ReplaceInline", Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::KismetStringLibrary_eventReplaceInline_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::KismetStringLibrary_eventReplaceInline_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execReplaceInline)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SearchText);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ReplacementText);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=UKismetStringLibrary::ReplaceInline(Z_Param_Out_SourceString,Z_Param_SearchText,Z_Param_ReplacementText,ESearchCase::Type(Z_Param_SearchCase));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function ReplaceInline ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Reverse ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventReverse_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09* Returns a copy of this string, with the characters in reverse order\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns a copy of this string, with the characters in reverse order" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Reverse constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Reverse constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Reverse Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReverse_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventReverse_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Reverse Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Reverse", Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::KismetStringLibrary_eventReverse_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::KismetStringLibrary_eventReverse_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Reverse()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Reverse_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execReverse)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Reverse(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Reverse **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Right **************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Right_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventRight_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Count;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Returns the string to the right of the specified location, counting back from the right (end of the word). */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the string to the right of the specified location, counting back from the right (end of the word)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Right constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Right constinit property declarations ***********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Right Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRight_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRight_Parms, Count), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRight_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Right Property Definitions **********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Right", Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::KismetStringLibrary_eventRight_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::KismetStringLibrary_eventRight_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Right()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Right_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execRight)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Count);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Right(Z_Param_SourceString,Z_Param_Count);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Right ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function RightChop **********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventRightChop_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 Count;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/** Returns the string to the right of the specified location, counting forward from the left (from the beginning of the word). */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns the string to the right of the specified location, counting forward from the left (from the beginning of the word)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RightChop constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RightChop constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RightChop Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightChop_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightChop_Parms, Count), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightChop_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_Count,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RightChop Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "RightChop", Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::KismetStringLibrary_eventRightChop_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::KismetStringLibrary_eventRightChop_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_RightChop()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_RightChop_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execRightChop)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Count);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::RightChop(Z_Param_SourceString,Z_Param_Count);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function RightChop ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function RightPad ***********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventRightPad_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
int32 ChCount;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/*\n\x09 * Pad the right of this string for a specified number of characters\n\x09 * @param\x09SourceString\x09The string to pad\n\x09 * @param\x09""ChCount\x09\x09\x09""Amount of padding required\n\x09 * @return\x09The padded string\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "* Pad the right of this string for a specified number of characters\n* @param SourceString The string to pad\n* @param ChCount Amount of padding required\n* @return The padded string" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RightPad constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ChCount;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RightPad constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RightPad Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightPad_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_ChCount = { "ChCount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightPad_Parms, ChCount), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventRightPad_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_ChCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RightPad Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "RightPad", Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::KismetStringLibrary_eventRightPad_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::KismetStringLibrary_eventRightPad_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_RightPad()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_RightPad_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execRightPad)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_ChCount);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::RightPad(Z_Param_SourceString,Z_Param_ChCount);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function RightPad *************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Split **************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Split_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventSplit_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString InStr;
|
||
|
|
FString LeftS;
|
||
|
|
FString RightS;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
TEnumAsByte<ESearchDir::Type> SearchDir;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09* Splits this string at given string position case sensitive.\n\x09*\n\x09* @param InStr The string to search and split at\n\x09* @param LeftS out the string to the left of InStr, not updated if return is false\n\x09* @param RightS out the string to the right of InStr, not updated if return is false\n\x09* @param SearchCase\x09\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09* @param SearchDir\x09\x09\x09Indicates whether the search starts at the begining or at the end ( defaults to ESearchDir::FromStart )\n\x09* @return true if string is split, otherwise false\n\x09*/" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "CPP_Default_SearchDir", "FromStart" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Splits this string at given string position case sensitive.\n\n@param InStr The string to search and split at\n@param LeftS out the string to the left of InStr, not updated if return is false\n@param RightS out the string to the right of InStr, not updated if return is false\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@param SearchDir Indicates whether the search starts at the begining or at the end ( defaults to ESearchDir::FromStart )\n@return true if string is split, otherwise false" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStr_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Split constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InStr;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_LeftS;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RightS;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchDir;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Split constinit property declarations ***********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Split Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_InStr = { "InStr", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, InStr), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStr_MetaData), NewProp_InStr_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_LeftS = { "LeftS", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, LeftS), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_RightS = { "RightS", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, RightS), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SearchDir = { "SearchDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventSplit_Parms, SearchDir), Z_Construct_UEnum_CoreUObject_ESearchDir, METADATA_PARAMS(0, nullptr) }; // 1002974978
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventSplit_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventSplit_Parms), &Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_InStr,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_LeftS,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_RightS,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_SearchDir,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Split Property Definitions **********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Split", Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::KismetStringLibrary_eventSplit_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::KismetStringLibrary_eventSplit_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Split()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Split_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execSplit)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InStr);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_LeftS);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_RightS);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchDir);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::Split(Z_Param_SourceString,Z_Param_InStr,Z_Param_Out_LeftS,Z_Param_Out_RightS,ESearchCase::Type(Z_Param_SearchCase),ESearchDir::Type(Z_Param_SearchDir));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Split ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function StartsWith *********************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventStartsWith_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString InPrefix;
|
||
|
|
TEnumAsByte<ESearchCase::Type> SearchCase;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Test whether this string starts with given string.\n\x09 *\n\x09 * @param SearchCase\x09\x09Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n\x09 * @return true if this string begins with specified text, false otherwise\n\x09 */" },
|
||
|
|
{ "CPP_Default_SearchCase", "IgnoreCase" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Test whether this string starts with given string.\n\n@param SearchCase Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase )\n@return true if this string begins with specified text, false otherwise" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPrefix_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function StartsWith constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InPrefix;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SearchCase;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function StartsWith constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function StartsWith Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventStartsWith_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_InPrefix = { "InPrefix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventStartsWith_Parms, InPrefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPrefix_MetaData), NewProp_InPrefix_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_SearchCase = { "SearchCase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventStartsWith_Parms, SearchCase), Z_Construct_UEnum_CoreUObject_ESearchCase, METADATA_PARAMS(0, nullptr) }; // 1099345106
|
||
|
|
void Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((KismetStringLibrary_eventStartsWith_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetStringLibrary_eventStartsWith_Parms), &Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_InPrefix,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_SearchCase,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function StartsWith Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "StartsWith", Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::KismetStringLibrary_eventStartsWith_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::KismetStringLibrary_eventStartsWith_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_StartsWith()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_StartsWith_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execStartsWith)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InPrefix);
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_SearchCase);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=UKismetStringLibrary::StartsWith(Z_Param_SourceString,Z_Param_InPrefix,ESearchCase::Type(Z_Param_SearchCase));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function StartsWith ***********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function TimeSecondsToString ************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventTimeSecondsToString_Parms
|
||
|
|
{
|
||
|
|
float InSeconds;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Convert a number of seconds into minutes:seconds.milliseconds format string (including leading zeroes)\n\x09 *\n\x09 * @return A new string built from the seconds parameter\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Convert a number of seconds into minutes:seconds.milliseconds format string (including leading zeroes)\n\n@return A new string built from the seconds parameter" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function TimeSecondsToString constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InSeconds;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function TimeSecondsToString constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function TimeSecondsToString Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::NewProp_InSeconds = { "InSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTimeSecondsToString_Parms, InSeconds), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTimeSecondsToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::NewProp_InSeconds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function TimeSecondsToString Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "TimeSecondsToString", Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::KismetStringLibrary_eventTimeSecondsToString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::KismetStringLibrary_eventTimeSecondsToString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execTimeSecondsToString)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InSeconds);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::TimeSecondsToString(Z_Param_InSeconds);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function TimeSecondsToString **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function ToLower ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventToLower_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09* Returns a string converted to Lower case\n\x09* @param\x09SourceString\x09The string to convert\n\x09* @return\x09The string in lower case\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns a string converted to Lower case\n@param SourceString The string to convert\n@return The string in lower case" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ToLower constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ToLower constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ToLower Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventToLower_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventToLower_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ToLower Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "ToLower", Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::KismetStringLibrary_eventToLower_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::KismetStringLibrary_eventToLower_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_ToLower()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_ToLower_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execToLower)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::ToLower(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function ToLower **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function ToUpper ************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventToUpper_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Returns a string converted to Upper case\n\x09 * @param\x09SourceString\x09The string to convert\n\x09 * @return\x09The string in upper case\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Returns a string converted to Upper case\n@param SourceString The string to convert\n@return The string in upper case" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ToUpper constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function ToUpper constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function ToUpper Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventToUpper_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventToUpper_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function ToUpper Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "ToUpper", Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::KismetStringLibrary_eventToUpper_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::KismetStringLibrary_eventToUpper_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_ToUpper()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_ToUpper_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execToUpper)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::ToUpper(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function ToUpper **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function Trim ***************************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventTrim_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Removes whitespace characters from the front of this string.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Removes whitespace characters from the front of this string." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Trim constinit property declarations **********************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Trim constinit property declarations ************************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Trim Property Definitions *********************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTrim_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTrim_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Trim Property Definitions ***********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "Trim", Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::KismetStringLibrary_eventTrim_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::KismetStringLibrary_eventTrim_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_Trim()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_Trim_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execTrim)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::Trim(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function Trim *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary Function TrimTrailing *******************************
|
||
|
|
struct Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics
|
||
|
|
{
|
||
|
|
struct KismetStringLibrary_eventTrimTrailing_Parms
|
||
|
|
{
|
||
|
|
FString SourceString;
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Utilities|String" },
|
||
|
|
{ "Comment", "/**\n\x09 * Removes trailing whitespace characters\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ToolTip", "Removes trailing whitespace characters" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceString_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function TrimTrailing constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function TrimTrailing constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function TrimTrailing Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::NewProp_SourceString = { "SourceString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTrimTrailing_Parms, SourceString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceString_MetaData), NewProp_SourceString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetStringLibrary_eventTrimTrailing_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::NewProp_SourceString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function TrimTrailing Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetStringLibrary, nullptr, "TrimTrailing", Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::KismetStringLibrary_eventTrimTrailing_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::KismetStringLibrary_eventTrimTrailing_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UKismetStringLibrary::execTrimTrailing)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SourceString);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=UKismetStringLibrary::TrimTrailing(Z_Param_SourceString);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UKismetStringLibrary Function TrimTrailing *********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary *****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UKismetStringLibrary;
|
||
|
|
UClass* UKismetStringLibrary::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UKismetStringLibrary;
|
||
|
|
if (!Z_Registration_Info_UClass_UKismetStringLibrary.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("KismetStringLibrary"),
|
||
|
|
Z_Registration_Info_UClass_UKismetStringLibrary.InnerSingleton,
|
||
|
|
StaticRegisterNativesUKismetStringLibrary,
|
||
|
|
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_UKismetStringLibrary.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UKismetStringLibrary_NoRegister()
|
||
|
|
{
|
||
|
|
return UKismetStringLibrary::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UKismetStringLibrary_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintThreadSafe", "" },
|
||
|
|
{ "IncludePath", "Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetStringLibrary.h" },
|
||
|
|
{ "ScriptName", "StringLibrary" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary constinit property declarations *********************
|
||
|
|
// ********** End Class UKismetStringLibrary constinit property declarations ***********************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Bool"), .Pointer = &UKismetStringLibrary::execBuildString_Bool },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Color"), .Pointer = &UKismetStringLibrary::execBuildString_Color },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Double"), .Pointer = &UKismetStringLibrary::execBuildString_Double },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Int"), .Pointer = &UKismetStringLibrary::execBuildString_Int },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_IntVector"), .Pointer = &UKismetStringLibrary::execBuildString_IntVector },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_IntVector2"), .Pointer = &UKismetStringLibrary::execBuildString_IntVector2 },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Name"), .Pointer = &UKismetStringLibrary::execBuildString_Name },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Object"), .Pointer = &UKismetStringLibrary::execBuildString_Object },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Rotator"), .Pointer = &UKismetStringLibrary::execBuildString_Rotator },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Vector"), .Pointer = &UKismetStringLibrary::execBuildString_Vector },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("BuildString_Vector2d"), .Pointer = &UKismetStringLibrary::execBuildString_Vector2d },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Concat_StrStr"), .Pointer = &UKismetStringLibrary::execConcat_StrStr },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Contains"), .Pointer = &UKismetStringLibrary::execContains },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoolToString"), .Pointer = &UKismetStringLibrary::execConv_BoolToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoxCenterAndExtentsToString"), .Pointer = &UKismetStringLibrary::execConv_BoxCenterAndExtentsToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoxToString"), .Pointer = &UKismetStringLibrary::execConv_BoxToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ByteToString"), .Pointer = &UKismetStringLibrary::execConv_ByteToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ColorToString"), .Pointer = &UKismetStringLibrary::execConv_ColorToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToString"), .Pointer = &UKismetStringLibrary::execConv_DoubleToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_InputDeviceIdToString"), .Pointer = &UKismetStringLibrary::execConv_InputDeviceIdToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Int64ToString"), .Pointer = &UKismetStringLibrary::execConv_Int64ToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntPointToString"), .Pointer = &UKismetStringLibrary::execConv_IntPointToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToString"), .Pointer = &UKismetStringLibrary::execConv_IntToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntVector2ToString"), .Pointer = &UKismetStringLibrary::execConv_IntVector2ToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntVectorToString"), .Pointer = &UKismetStringLibrary::execConv_IntVectorToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_MatrixToString"), .Pointer = &UKismetStringLibrary::execConv_MatrixToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_NameToString"), .Pointer = &UKismetStringLibrary::execConv_NameToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ObjectToString"), .Pointer = &UKismetStringLibrary::execConv_ObjectToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_PlatformUserIdToString"), .Pointer = &UKismetStringLibrary::execConv_PlatformUserIdToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_RotatorToString"), .Pointer = &UKismetStringLibrary::execConv_RotatorToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToColor"), .Pointer = &UKismetStringLibrary::execConv_StringToColor },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToDouble"), .Pointer = &UKismetStringLibrary::execConv_StringToDouble },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToInt"), .Pointer = &UKismetStringLibrary::execConv_StringToInt },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToInt64"), .Pointer = &UKismetStringLibrary::execConv_StringToInt64 },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToName"), .Pointer = &UKismetStringLibrary::execConv_StringToName },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToRotator"), .Pointer = &UKismetStringLibrary::execConv_StringToRotator },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToVector"), .Pointer = &UKismetStringLibrary::execConv_StringToVector },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToVector2D"), .Pointer = &UKismetStringLibrary::execConv_StringToVector2D },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_StringToVector3f"), .Pointer = &UKismetStringLibrary::execConv_StringToVector3f },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_TransformToString"), .Pointer = &UKismetStringLibrary::execConv_TransformToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector2dToString"), .Pointer = &UKismetStringLibrary::execConv_Vector2dToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector3fToString"), .Pointer = &UKismetStringLibrary::execConv_Vector3fToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToString"), .Pointer = &UKismetStringLibrary::execConv_VectorToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("CullArray"), .Pointer = &UKismetStringLibrary::execCullArray },
|
||
|
|
#if WITH_EDITOR
|
||
|
|
{ .NameUTF8 = UTF8TEXT("DiffString"), .Pointer = &UKismetStringLibrary::execDiffString },
|
||
|
|
#endif // WITH_EDITOR
|
||
|
|
{ .NameUTF8 = UTF8TEXT("EndsWith"), .Pointer = &UKismetStringLibrary::execEndsWith },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_StriStri"), .Pointer = &UKismetStringLibrary::execEqualEqual_StriStri },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_StrStr"), .Pointer = &UKismetStringLibrary::execEqualEqual_StrStr },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("FindSubstring"), .Pointer = &UKismetStringLibrary::execFindSubstring },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCharacterArrayFromString"), .Pointer = &UKismetStringLibrary::execGetCharacterArrayFromString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCharacterAsNumber"), .Pointer = &UKismetStringLibrary::execGetCharacterAsNumber },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSubstring"), .Pointer = &UKismetStringLibrary::execGetSubstring },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsEmpty"), .Pointer = &UKismetStringLibrary::execIsEmpty },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsNumeric"), .Pointer = &UKismetStringLibrary::execIsNumeric },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("JoinStringArray"), .Pointer = &UKismetStringLibrary::execJoinStringArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Left"), .Pointer = &UKismetStringLibrary::execLeft },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("LeftChop"), .Pointer = &UKismetStringLibrary::execLeftChop },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("LeftPad"), .Pointer = &UKismetStringLibrary::execLeftPad },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Len"), .Pointer = &UKismetStringLibrary::execLen },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("MatchesWildcard"), .Pointer = &UKismetStringLibrary::execMatchesWildcard },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Mid"), .Pointer = &UKismetStringLibrary::execMid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_StriStri"), .Pointer = &UKismetStringLibrary::execNotEqual_StriStri },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_StrStr"), .Pointer = &UKismetStringLibrary::execNotEqual_StrStr },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ParseIntoArray"), .Pointer = &UKismetStringLibrary::execParseIntoArray },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Replace"), .Pointer = &UKismetStringLibrary::execReplace },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ReplaceInline"), .Pointer = &UKismetStringLibrary::execReplaceInline },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Reverse"), .Pointer = &UKismetStringLibrary::execReverse },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Right"), .Pointer = &UKismetStringLibrary::execRight },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RightChop"), .Pointer = &UKismetStringLibrary::execRightChop },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RightPad"), .Pointer = &UKismetStringLibrary::execRightPad },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Split"), .Pointer = &UKismetStringLibrary::execSplit },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("StartsWith"), .Pointer = &UKismetStringLibrary::execStartsWith },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("TimeSecondsToString"), .Pointer = &UKismetStringLibrary::execTimeSecondsToString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ToLower"), .Pointer = &UKismetStringLibrary::execToLower },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ToUpper"), .Pointer = &UKismetStringLibrary::execToUpper },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("Trim"), .Pointer = &UKismetStringLibrary::execTrim },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("TrimTrailing"), .Pointer = &UKismetStringLibrary::execTrimTrailing },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Bool, "BuildString_Bool" }, // 1352806731
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Color, "BuildString_Color" }, // 2426327217
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Double, "BuildString_Double" }, // 2822020822
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Int, "BuildString_Int" }, // 1391316243
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector, "BuildString_IntVector" }, // 3339043102
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_IntVector2, "BuildString_IntVector2" }, // 3374029150
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Name, "BuildString_Name" }, // 2560012866
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Object, "BuildString_Object" }, // 3621110702
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Rotator, "BuildString_Rotator" }, // 2282517506
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector, "BuildString_Vector" }, // 3027610441
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_BuildString_Vector2d, "BuildString_Vector2d" }, // 2858447949
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Concat_StrStr, "Concat_StrStr" }, // 746684018
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Contains, "Contains" }, // 3958700671
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_BoolToString, "Conv_BoolToString" }, // 2914665161
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxCenterAndExtentsToString, "Conv_BoxCenterAndExtentsToString" }, // 371711755
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_BoxToString, "Conv_BoxToString" }, // 1188552945
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_ByteToString, "Conv_ByteToString" }, // 1002773929
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_ColorToString, "Conv_ColorToString" }, // 1184644237
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_DoubleToString, "Conv_DoubleToString" }, // 1568205346
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_InputDeviceIdToString, "Conv_InputDeviceIdToString" }, // 3088142690
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_Int64ToString, "Conv_Int64ToString" }, // 377406941
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_IntPointToString, "Conv_IntPointToString" }, // 124412883
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_IntToString, "Conv_IntToString" }, // 2918652118
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVector2ToString, "Conv_IntVector2ToString" }, // 3125044321
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_IntVectorToString, "Conv_IntVectorToString" }, // 3147256463
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_MatrixToString, "Conv_MatrixToString" }, // 2873983168
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_NameToString, "Conv_NameToString" }, // 4188509814
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_ObjectToString, "Conv_ObjectToString" }, // 1372323778
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_PlatformUserIdToString, "Conv_PlatformUserIdToString" }, // 2475339140
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_RotatorToString, "Conv_RotatorToString" }, // 1637061957
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToColor, "Conv_StringToColor" }, // 2970519497
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToDouble, "Conv_StringToDouble" }, // 619554432
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt, "Conv_StringToInt" }, // 732724757
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToInt64, "Conv_StringToInt64" }, // 536157018
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToName, "Conv_StringToName" }, // 3718864892
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToRotator, "Conv_StringToRotator" }, // 3971402472
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector, "Conv_StringToVector" }, // 4149934600
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector2D, "Conv_StringToVector2D" }, // 914493796
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_StringToVector3f, "Conv_StringToVector3f" }, // 2994782006
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_TransformToString, "Conv_TransformToString" }, // 2353280315
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector2dToString, "Conv_Vector2dToString" }, // 810285001
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_Vector3fToString, "Conv_Vector3fToString" }, // 1490746397
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Conv_VectorToString, "Conv_VectorToString" }, // 2213321648
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_CullArray, "CullArray" }, // 4182791937
|
||
|
|
#if WITH_EDITOR
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_DiffString, "DiffString" }, // 3643635899
|
||
|
|
#endif // WITH_EDITOR
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_EndsWith, "EndsWith" }, // 246483091
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StriStri, "EqualEqual_StriStri" }, // 174690421
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_EqualEqual_StrStr, "EqualEqual_StrStr" }, // 2620396392
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_FindSubstring, "FindSubstring" }, // 2414513515
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_GetCharacterArrayFromString, "GetCharacterArrayFromString" }, // 4108209694
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_GetCharacterAsNumber, "GetCharacterAsNumber" }, // 4139709884
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_GetSubstring, "GetSubstring" }, // 2730711930
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_IsEmpty, "IsEmpty" }, // 3502477368
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_IsNumeric, "IsNumeric" }, // 3315339169
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_JoinStringArray, "JoinStringArray" }, // 3819791672
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Left, "Left" }, // 3205695206
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_LeftChop, "LeftChop" }, // 2158686725
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_LeftPad, "LeftPad" }, // 1703243803
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Len, "Len" }, // 4004200794
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_MatchesWildcard, "MatchesWildcard" }, // 2726582586
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Mid, "Mid" }, // 654846928
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StriStri, "NotEqual_StriStri" }, // 4230584584
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_NotEqual_StrStr, "NotEqual_StrStr" }, // 208978711
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_ParseIntoArray, "ParseIntoArray" }, // 2940855956
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Replace, "Replace" }, // 2932704044
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_ReplaceInline, "ReplaceInline" }, // 1208028379
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Reverse, "Reverse" }, // 2804058774
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Right, "Right" }, // 2501260470
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_RightChop, "RightChop" }, // 3941247834
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_RightPad, "RightPad" }, // 3995801704
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Split, "Split" }, // 3317902581
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_StartsWith, "StartsWith" }, // 4011516576
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_TimeSecondsToString, "TimeSecondsToString" }, // 1875158294
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_ToLower, "ToLower" }, // 1504788457
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_ToUpper, "ToUpper" }, // 286410076
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_Trim, "Trim" }, // 3090375355
|
||
|
|
{ &Z_Construct_UFunction_UKismetStringLibrary_TrimTrailing, "TrimTrailing" }, // 118195147
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UKismetStringLibrary>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UKismetStringLibrary_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UKismetStringLibrary_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UKismetStringLibrary_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UKismetStringLibrary_Statics::ClassParams = {
|
||
|
|
&UKismetStringLibrary::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UKismetStringLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UKismetStringLibrary_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UKismetStringLibrary::StaticRegisterNativesUKismetStringLibrary()
|
||
|
|
{
|
||
|
|
UClass* Class = UKismetStringLibrary::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UKismetStringLibrary_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UKismetStringLibrary()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UKismetStringLibrary.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UKismetStringLibrary.OuterSingleton, Z_Construct_UClass_UKismetStringLibrary_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UKismetStringLibrary.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UKismetStringLibrary);
|
||
|
|
UKismetStringLibrary::~UKismetStringLibrary() {}
|
||
|
|
// ********** End Class UKismetStringLibrary *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UKismetStringLibrary, UKismetStringLibrary::StaticClass, TEXT("UKismetStringLibrary"), &Z_Registration_Info_UClass_UKismetStringLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UKismetStringLibrary), 924201037U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h__Script_Engine_2365469897{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|