157 lines
6.8 KiB
C
157 lines
6.8 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!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "Kismet/KismetStringLibrary.h"
|
||
|
|
|
||
|
|
#ifdef ENGINE_KismetStringLibrary_generated_h
|
||
|
|
#error "KismetStringLibrary.generated.h already included, missing '#pragma once' in KismetStringLibrary.h"
|
||
|
|
#endif
|
||
|
|
#define ENGINE_KismetStringLibrary_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UObject;
|
||
|
|
struct FInputDeviceId;
|
||
|
|
struct FLinearColor;
|
||
|
|
struct FPlatformUserId;
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetStringLibrary *****************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_RPC_WRAPPERS \
|
||
|
|
DECLARE_FUNCTION(execTimeSecondsToString); \
|
||
|
|
DECLARE_FUNCTION(execMid); \
|
||
|
|
DECLARE_FUNCTION(execRightChop); \
|
||
|
|
DECLARE_FUNCTION(execRight); \
|
||
|
|
DECLARE_FUNCTION(execLeftChop); \
|
||
|
|
DECLARE_FUNCTION(execLeft); \
|
||
|
|
DECLARE_FUNCTION(execSplit); \
|
||
|
|
DECLARE_FUNCTION(execReplaceInline); \
|
||
|
|
DECLARE_FUNCTION(execReplace); \
|
||
|
|
DECLARE_FUNCTION(execReverse); \
|
||
|
|
DECLARE_FUNCTION(execCullArray); \
|
||
|
|
DECLARE_FUNCTION(execTrimTrailing); \
|
||
|
|
DECLARE_FUNCTION(execTrim); \
|
||
|
|
DECLARE_FUNCTION(execMatchesWildcard); \
|
||
|
|
DECLARE_FUNCTION(execEndsWith); \
|
||
|
|
DECLARE_FUNCTION(execStartsWith); \
|
||
|
|
DECLARE_FUNCTION(execIsNumeric); \
|
||
|
|
DECLARE_FUNCTION(execRightPad); \
|
||
|
|
DECLARE_FUNCTION(execLeftPad); \
|
||
|
|
DECLARE_FUNCTION(execToLower); \
|
||
|
|
DECLARE_FUNCTION(execToUpper); \
|
||
|
|
DECLARE_FUNCTION(execGetCharacterArrayFromString); \
|
||
|
|
DECLARE_FUNCTION(execJoinStringArray); \
|
||
|
|
DECLARE_FUNCTION(execParseIntoArray); \
|
||
|
|
DECLARE_FUNCTION(execGetCharacterAsNumber); \
|
||
|
|
DECLARE_FUNCTION(execContains); \
|
||
|
|
DECLARE_FUNCTION(execFindSubstring); \
|
||
|
|
DECLARE_FUNCTION(execGetSubstring); \
|
||
|
|
DECLARE_FUNCTION(execIsEmpty); \
|
||
|
|
DECLARE_FUNCTION(execLen); \
|
||
|
|
DECLARE_FUNCTION(execNotEqual_StriStri); \
|
||
|
|
DECLARE_FUNCTION(execNotEqual_StrStr); \
|
||
|
|
DECLARE_FUNCTION(execEqualEqual_StriStri); \
|
||
|
|
DECLARE_FUNCTION(execEqualEqual_StrStr); \
|
||
|
|
DECLARE_FUNCTION(execConcat_StrStr); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Name); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Color); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Object); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Rotator); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Vector2d); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_IntVector2); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_IntVector); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Vector); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Bool); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Int); \
|
||
|
|
DECLARE_FUNCTION(execBuildString_Double); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToColor); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToRotator); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToVector2D); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToVector3f); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToVector); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToDouble); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToInt64); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToInt); \
|
||
|
|
DECLARE_FUNCTION(execConv_StringToName); \
|
||
|
|
DECLARE_FUNCTION(execConv_MatrixToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_NameToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_ColorToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_PlatformUserIdToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_InputDeviceIdToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_BoxCenterAndExtentsToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_BoxToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_ObjectToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_TransformToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_RotatorToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_Vector2dToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_IntPointToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_IntVector2ToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_IntVectorToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_Vector3fToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_VectorToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_BoolToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_ByteToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_Int64ToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_IntToString); \
|
||
|
|
DECLARE_FUNCTION(execConv_DoubleToString);
|
||
|
|
|
||
|
|
|
||
|
|
#if WITH_EDITOR
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_RPC_WRAPPERS_EOD \
|
||
|
|
DECLARE_FUNCTION(execDiffString);
|
||
|
|
#else // WITH_EDITOR
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_RPC_WRAPPERS_EOD
|
||
|
|
#endif // WITH_EDITOR
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UKismetStringLibrary_Statics;
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetStringLibrary_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUKismetStringLibrary(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UKismetStringLibrary_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UKismetStringLibrary_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UKismetStringLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UKismetStringLibrary_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UKismetStringLibrary)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
ENGINE_API UKismetStringLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UKismetStringLibrary) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UKismetStringLibrary); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UKismetStringLibrary); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UKismetStringLibrary(UKismetStringLibrary&&) = delete; \
|
||
|
|
UKismetStringLibrary(const UKismetStringLibrary&) = delete; \
|
||
|
|
ENGINE_API virtual ~UKismetStringLibrary();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_10_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_RPC_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_RPC_WRAPPERS_EOD \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h_13_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UKismetStringLibrary;
|
||
|
|
|
||
|
|
// ********** End Class UKismetStringLibrary *******************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetStringLibrary_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|