85 lines
4.8 KiB
C++
85 lines
4.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 "DatasmithContentBlueprintLibrary.h"
|
|
|
|
#ifdef DATASMITHCONTENT_DatasmithContentBlueprintLibrary_generated_h
|
|
#error "DatasmithContentBlueprintLibrary.generated.h already included, missing '#pragma once' in DatasmithContentBlueprintLibrary.h"
|
|
#endif
|
|
#define DATASMITHCONTENT_DatasmithContentBlueprintLibrary_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UClass;
|
|
class UDatasmithAssetUserData;
|
|
class UObject;
|
|
|
|
// ********** Begin Class UDatasmithContentBlueprintLibrary ****************************************
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
DECLARE_FUNCTION(execGetDatasmithUserDataKeysAndValuesForValue); \
|
|
DECLARE_FUNCTION(execGetDatasmithUserDataValuesForKey); \
|
|
DECLARE_FUNCTION(execGetDatasmithUserDataValueForKey); \
|
|
DECLARE_FUNCTION(execGetDatasmithUserData);
|
|
|
|
|
|
#if WITH_EDITOR
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
|
|
DECLARE_FUNCTION(execGetAllObjectsAndValuesForKey); \
|
|
DECLARE_FUNCTION(execGetAllDatasmithUserData);
|
|
#else // WITH_EDITOR
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS_EOD
|
|
#endif // WITH_EDITOR
|
|
|
|
|
|
struct Z_Construct_UClass_UDatasmithContentBlueprintLibrary_Statics;
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithContentBlueprintLibrary_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUDatasmithContentBlueprintLibrary(); \
|
|
friend struct ::Z_Construct_UClass_UDatasmithContentBlueprintLibrary_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend DATASMITHCONTENT_API UClass* ::Z_Construct_UClass_UDatasmithContentBlueprintLibrary_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UDatasmithContentBlueprintLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DatasmithContent"), Z_Construct_UClass_UDatasmithContentBlueprintLibrary_NoRegister) \
|
|
DECLARE_SERIALIZER(UDatasmithContentBlueprintLibrary)
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
DATASMITHCONTENT_API UDatasmithContentBlueprintLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UDatasmithContentBlueprintLibrary(UDatasmithContentBlueprintLibrary&&) = delete; \
|
|
UDatasmithContentBlueprintLibrary(const UDatasmithContentBlueprintLibrary&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(DATASMITHCONTENT_API, UDatasmithContentBlueprintLibrary); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDatasmithContentBlueprintLibrary); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDatasmithContentBlueprintLibrary) \
|
|
DATASMITHCONTENT_API virtual ~UDatasmithContentBlueprintLibrary();
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_14_PROLOG
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h_17_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UDatasmithContentBlueprintLibrary;
|
|
|
|
// ********** End Class UDatasmithContentBlueprintLibrary ******************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithContentBlueprintLibrary_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|