76 lines
3.4 KiB
C
76 lines
3.4 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/KismetGuidLibrary.h"
|
||
|
|
|
||
|
|
#ifdef ENGINE_KismetGuidLibrary_generated_h
|
||
|
|
#error "KismetGuidLibrary.generated.h already included, missing '#pragma once' in KismetGuidLibrary.h"
|
||
|
|
#endif
|
||
|
|
#define ENGINE_KismetGuidLibrary_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
struct FGuid;
|
||
|
|
|
||
|
|
// ********** Begin Class UKismetGuidLibrary *******************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_RPC_WRAPPERS \
|
||
|
|
DECLARE_FUNCTION(execParse_StringToGuid); \
|
||
|
|
DECLARE_FUNCTION(execConv_GuidToString); \
|
||
|
|
DECLARE_FUNCTION(execNewGuid); \
|
||
|
|
DECLARE_FUNCTION(execInvalidate_Guid); \
|
||
|
|
DECLARE_FUNCTION(execIsValid_Guid); \
|
||
|
|
DECLARE_FUNCTION(execNotEqual_GuidGuid); \
|
||
|
|
DECLARE_FUNCTION(execEqualEqual_GuidGuid);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UKismetGuidLibrary_Statics;
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetGuidLibrary_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUKismetGuidLibrary(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UKismetGuidLibrary_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UKismetGuidLibrary_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UKismetGuidLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UKismetGuidLibrary_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UKismetGuidLibrary)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
ENGINE_API UKismetGuidLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UKismetGuidLibrary) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UKismetGuidLibrary); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UKismetGuidLibrary); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UKismetGuidLibrary(UKismetGuidLibrary&&) = delete; \
|
||
|
|
UKismetGuidLibrary(const UKismetGuidLibrary&) = delete; \
|
||
|
|
ENGINE_API virtual ~UKismetGuidLibrary();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_12_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_RPC_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UKismetGuidLibrary;
|
||
|
|
|
||
|
|
// ********** End Class UKismetGuidLibrary *********************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetGuidLibrary_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|