fix PIEOption intime option

This commit is contained in:
Jian Zhang 2025-12-20 14:14:12 +08:00
parent 531ba4742d
commit 30319e31d5
67 changed files with 628 additions and 4728 deletions

View File

@ -1,8 +0,0 @@
{
"OutputFiles": [
"..\\..\\..\\a\\UnrealGame\\Development\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\a\\UnrealGame\\Development\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\x\\UnrealGame\\Development\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\x\\UnrealGame\\Development\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o"
]
}

View File

@ -1,150 +0,0 @@
// 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 "NewCAVESystemCpp/Public/AutoFocusFuncLib.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAutoFocusFuncLib() {}
// Begin Cross Module References
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UAutoFocusFuncLib();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UAutoFocusFuncLib_NoRegister();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin Class UAutoFocusFuncLib Function FocusGameWindow
struct Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics
{
struct AutoFocusFuncLib_eventFocusGameWindow_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Window Utils" },
{ "Comment", "//module require ApplicationCore SlateCore\n" },
{ "ModuleRelativePath", "Public/AutoFocusFuncLib.h" },
{ "ToolTip", "module require ApplicationCore SlateCore" },
};
#endif // WITH_METADATA
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
void Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((AutoFocusFuncLib_eventFocusGameWindow_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_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(AutoFocusFuncLib_eventFocusGameWindow_Parms), &Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UAutoFocusFuncLib, nullptr, "FocusGameWindow", nullptr, nullptr, Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::AutoFocusFuncLib_eventFocusGameWindow_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::AutoFocusFuncLib_eventFocusGameWindow_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAutoFocusFuncLib::execFocusGameWindow)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UAutoFocusFuncLib::FocusGameWindow();
P_NATIVE_END;
}
// End Class UAutoFocusFuncLib Function FocusGameWindow
// Begin Class UAutoFocusFuncLib
void UAutoFocusFuncLib::StaticRegisterNativesUAutoFocusFuncLib()
{
UClass* Class = UAutoFocusFuncLib::StaticClass();
static const FNameNativePtrPair Funcs[] = {
{ "FocusGameWindow", &UAutoFocusFuncLib::execFocusGameWindow },
};
FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UAutoFocusFuncLib);
UClass* Z_Construct_UClass_UAutoFocusFuncLib_NoRegister()
{
return UAutoFocusFuncLib::StaticClass();
}
struct Z_Construct_UClass_UAutoFocusFuncLib_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * \n */" },
{ "IncludePath", "AutoFocusFuncLib.h" },
{ "ModuleRelativePath", "Public/AutoFocusFuncLib.h" },
};
#endif // WITH_METADATA
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UAutoFocusFuncLib_FocusGameWindow, "FocusGameWindow" }, // 3047381597
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAutoFocusFuncLib>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_UAutoFocusFuncLib_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAutoFocusFuncLib_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAutoFocusFuncLib_Statics::ClassParams = {
&UAutoFocusFuncLib::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x001000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAutoFocusFuncLib_Statics::Class_MetaDataParams), Z_Construct_UClass_UAutoFocusFuncLib_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_UAutoFocusFuncLib()
{
if (!Z_Registration_Info_UClass_UAutoFocusFuncLib.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAutoFocusFuncLib.OuterSingleton, Z_Construct_UClass_UAutoFocusFuncLib_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAutoFocusFuncLib.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<UAutoFocusFuncLib>()
{
return UAutoFocusFuncLib::StaticClass();
}
UAutoFocusFuncLib::UAutoFocusFuncLib(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR(UAutoFocusFuncLib);
UAutoFocusFuncLib::~UAutoFocusFuncLib() {}
// End Class UAutoFocusFuncLib
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAutoFocusFuncLib, UAutoFocusFuncLib::StaticClass, TEXT("UAutoFocusFuncLib"), &Z_Registration_Info_UClass_UAutoFocusFuncLib, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAutoFocusFuncLib), 3271052711U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_2353918424(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,61 +0,0 @@
// 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 "AutoFocusFuncLib.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef NEWCAVESYSTEMCPP_AutoFocusFuncLib_generated_h
#error "AutoFocusFuncLib.generated.h already included, missing '#pragma once' in AutoFocusFuncLib.h"
#endif
#define NEWCAVESYSTEMCPP_AutoFocusFuncLib_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execFocusGameWindow);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAutoFocusFuncLib(); \
friend struct Z_Construct_UClass_UAutoFocusFuncLib_Statics; \
public: \
DECLARE_CLASS(UAutoFocusFuncLib, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(UAutoFocusFuncLib)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAutoFocusFuncLib(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UAutoFocusFuncLib(UAutoFocusFuncLib&&); \
UAutoFocusFuncLib(const UAutoFocusFuncLib&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAutoFocusFuncLib); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAutoFocusFuncLib); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAutoFocusFuncLib) \
NO_API virtual ~UAutoFocusFuncLib();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_18_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UAutoFocusFuncLib>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,94 +0,0 @@
// 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 "NewCAVESystemCpp/Public/CA_GameSession.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeCA_GameSession() {}
// Begin Cross Module References
ENGINE_API UClass* Z_Construct_UClass_AGameSession();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_GameSession();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_GameSession_NoRegister();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin Class ACA_GameSession
void ACA_GameSession::StaticRegisterNativesACA_GameSession()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(ACA_GameSession);
UClass* Z_Construct_UClass_ACA_GameSession_NoRegister()
{
return ACA_GameSession::StaticClass();
}
struct Z_Construct_UClass_ACA_GameSession_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * \n */" },
{ "HideCategories", "Input Movement Collision Rendering HLOD WorldPartition DataLayers Transformation" },
{ "IncludePath", "CA_GameSession.h" },
{ "ModuleRelativePath", "Public/CA_GameSession.h" },
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
};
#endif // WITH_METADATA
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ACA_GameSession>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_ACA_GameSession_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AGameSession,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_GameSession_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ACA_GameSession_Statics::ClassParams = {
&ACA_GameSession::StaticClass,
"Game",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x009002A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_GameSession_Statics::Class_MetaDataParams), Z_Construct_UClass_ACA_GameSession_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_ACA_GameSession()
{
if (!Z_Registration_Info_UClass_ACA_GameSession.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ACA_GameSession.OuterSingleton, Z_Construct_UClass_ACA_GameSession_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ACA_GameSession.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<ACA_GameSession>()
{
return ACA_GameSession::StaticClass();
}
ACA_GameSession::ACA_GameSession(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR(ACA_GameSession);
ACA_GameSession::~ACA_GameSession() {}
// End Class ACA_GameSession
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_GameSession, ACA_GameSession::StaticClass, TEXT("ACA_GameSession"), &Z_Registration_Info_UClass_ACA_GameSession, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_GameSession), 3891042791U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_2916189880(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,56 +0,0 @@
// 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 "CA_GameSession.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef NEWCAVESYSTEMCPP_CA_GameSession_generated_h
#error "CA_GameSession.generated.h already included, missing '#pragma once' in CA_GameSession.h"
#endif
#define NEWCAVESYSTEMCPP_CA_GameSession_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_GameSession(); \
friend struct Z_Construct_UClass_ACA_GameSession_Statics; \
public: \
DECLARE_CLASS(ACA_GameSession, AGameSession, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(ACA_GameSession)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_GameSession(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
ACA_GameSession(ACA_GameSession&&); \
ACA_GameSession(const ACA_GameSession&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ACA_GameSession); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ACA_GameSession); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ACA_GameSession) \
NO_API virtual ~ACA_GameSession();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_GameSession>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,174 +0,0 @@
// 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 "NewCAVESystemCpp/Public/CA_PawnBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeCA_PawnBase() {}
// Begin Cross Module References
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_APawn();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_PawnBase();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_PawnBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin Class ACA_PawnBase Function BPIsNetRelevantFor
struct CA_PawnBase_eventBPIsNetRelevantFor_Parms
{
const AActor* RealViewer;
const AActor* ViewTarget;
FVector SrcLocation;
bool ReturnValue;
/** Constructor, initializes return property only **/
CA_PawnBase_eventBPIsNetRelevantFor_Parms()
: ReturnValue(false)
{
}
};
static const FName NAME_ACA_PawnBase_BPIsNetRelevantFor = FName(TEXT("BPIsNetRelevantFor"));
bool ACA_PawnBase::BPIsNetRelevantFor(const AActor* RealViewer, const AActor* ViewTarget, FVector const& SrcLocation) const
{
CA_PawnBase_eventBPIsNetRelevantFor_Parms Parms;
Parms.RealViewer=RealViewer;
Parms.ViewTarget=ViewTarget;
Parms.SrcLocation=SrcLocation;
UFunction* Func = FindFunctionChecked(NAME_ACA_PawnBase_BPIsNetRelevantFor);
const_cast<ACA_PawnBase*>(this)->ProcessEvent(Func,&Parms);
return !!Parms.ReturnValue;
}
struct Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/CA_PawnBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RealViewer_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewTarget_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SrcLocation_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_RealViewer;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ViewTarget;
static const UECodeGen_Private::FStructPropertyParams NewProp_SrcLocation;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_RealViewer = { "RealViewer", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CA_PawnBase_eventBPIsNetRelevantFor_Parms, RealViewer), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RealViewer_MetaData), NewProp_RealViewer_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_ViewTarget = { "ViewTarget", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CA_PawnBase_eventBPIsNetRelevantFor_Parms, ViewTarget), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewTarget_MetaData), NewProp_ViewTarget_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_SrcLocation = { "SrcLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CA_PawnBase_eventBPIsNetRelevantFor_Parms, SrcLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SrcLocation_MetaData), NewProp_SrcLocation_MetaData) };
void Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((CA_PawnBase_eventBPIsNetRelevantFor_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_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(CA_PawnBase_eventBPIsNetRelevantFor_Parms), &Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_RealViewer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_ViewTarget,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_SrcLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_ACA_PawnBase, nullptr, "BPIsNetRelevantFor", nullptr, nullptr, Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::PropPointers), sizeof(CA_PawnBase_eventBPIsNetRelevantFor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48C20808, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::Function_MetaDataParams), Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::Function_MetaDataParams) };
static_assert(sizeof(CA_PawnBase_eventBPIsNetRelevantFor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor_Statics::FuncParams);
}
return ReturnFunction;
}
// End Class ACA_PawnBase Function BPIsNetRelevantFor
// Begin Class ACA_PawnBase
void ACA_PawnBase::StaticRegisterNativesACA_PawnBase()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(ACA_PawnBase);
UClass* Z_Construct_UClass_ACA_PawnBase_NoRegister()
{
return ACA_PawnBase::StaticClass();
}
struct Z_Construct_UClass_ACA_PawnBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Navigation" },
{ "IncludePath", "CA_PawnBase.h" },
{ "ModuleRelativePath", "Public/CA_PawnBase.h" },
};
#endif // WITH_METADATA
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_ACA_PawnBase_BPIsNetRelevantFor, "BPIsNetRelevantFor" }, // 3331221014
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ACA_PawnBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_ACA_PawnBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_APawn,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_PawnBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ACA_PawnBase_Statics::ClassParams = {
&ACA_PawnBase::StaticClass,
"Game",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x009000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_PawnBase_Statics::Class_MetaDataParams), Z_Construct_UClass_ACA_PawnBase_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_ACA_PawnBase()
{
if (!Z_Registration_Info_UClass_ACA_PawnBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ACA_PawnBase.OuterSingleton, Z_Construct_UClass_ACA_PawnBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ACA_PawnBase.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<ACA_PawnBase>()
{
return ACA_PawnBase::StaticClass();
}
DEFINE_VTABLE_PTR_HELPER_CTOR(ACA_PawnBase);
ACA_PawnBase::~ACA_PawnBase() {}
// End Class ACA_PawnBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PawnBase, ACA_PawnBase::StaticClass, TEXT("ACA_PawnBase"), &Z_Registration_Info_UClass_ACA_PawnBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PawnBase), 1899383817U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_14280838(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,57 +0,0 @@
// 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 "CA_PawnBase.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class AActor;
#ifdef NEWCAVESYSTEMCPP_CA_PawnBase_generated_h
#error "CA_PawnBase.generated.h already included, missing '#pragma once' in CA_PawnBase.h"
#endif
#define NEWCAVESYSTEMCPP_CA_PawnBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PawnBase(); \
friend struct Z_Construct_UClass_ACA_PawnBase_Statics; \
public: \
DECLARE_CLASS(ACA_PawnBase, APawn, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(ACA_PawnBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
ACA_PawnBase(ACA_PawnBase&&); \
ACA_PawnBase(const ACA_PawnBase&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ACA_PawnBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ACA_PawnBase); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ACA_PawnBase) \
NO_API virtual ~ACA_PawnBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_9_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PawnBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,93 +0,0 @@
// 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 "NewCAVESystemCpp/Public/CA_PlayerControllerBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeCA_PlayerControllerBase() {}
// Begin Cross Module References
ENGINE_API UClass* Z_Construct_UClass_APlayerController();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_PlayerControllerBase();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_ACA_PlayerControllerBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin Class ACA_PlayerControllerBase
void ACA_PlayerControllerBase::StaticRegisterNativesACA_PlayerControllerBase()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(ACA_PlayerControllerBase);
UClass* Z_Construct_UClass_ACA_PlayerControllerBase_NoRegister()
{
return ACA_PlayerControllerBase::StaticClass();
}
struct Z_Construct_UClass_ACA_PlayerControllerBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * \n */" },
{ "HideCategories", "Collision Rendering Transformation" },
{ "IncludePath", "CA_PlayerControllerBase.h" },
{ "ModuleRelativePath", "Public/CA_PlayerControllerBase.h" },
};
#endif // WITH_METADATA
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ACA_PlayerControllerBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_ACA_PlayerControllerBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_APlayerController,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_PlayerControllerBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ACA_PlayerControllerBase_Statics::ClassParams = {
&ACA_PlayerControllerBase::StaticClass,
"Game",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x009002A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ACA_PlayerControllerBase_Statics::Class_MetaDataParams), Z_Construct_UClass_ACA_PlayerControllerBase_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_ACA_PlayerControllerBase()
{
if (!Z_Registration_Info_UClass_ACA_PlayerControllerBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ACA_PlayerControllerBase.OuterSingleton, Z_Construct_UClass_ACA_PlayerControllerBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ACA_PlayerControllerBase.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<ACA_PlayerControllerBase>()
{
return ACA_PlayerControllerBase::StaticClass();
}
ACA_PlayerControllerBase::ACA_PlayerControllerBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR(ACA_PlayerControllerBase);
ACA_PlayerControllerBase::~ACA_PlayerControllerBase() {}
// End Class ACA_PlayerControllerBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PlayerControllerBase, ACA_PlayerControllerBase::StaticClass, TEXT("ACA_PlayerControllerBase"), &Z_Registration_Info_UClass_ACA_PlayerControllerBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PlayerControllerBase), 3415019271U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_1640965788(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,56 +0,0 @@
// 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 "CA_PlayerControllerBase.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef NEWCAVESYSTEMCPP_CA_PlayerControllerBase_generated_h
#error "CA_PlayerControllerBase.generated.h already included, missing '#pragma once' in CA_PlayerControllerBase.h"
#endif
#define NEWCAVESYSTEMCPP_CA_PlayerControllerBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PlayerControllerBase(); \
friend struct Z_Construct_UClass_ACA_PlayerControllerBase_Statics; \
public: \
DECLARE_CLASS(ACA_PlayerControllerBase, APlayerController, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(ACA_PlayerControllerBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_PlayerControllerBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
ACA_PlayerControllerBase(ACA_PlayerControllerBase&&); \
ACA_PlayerControllerBase(const ACA_PlayerControllerBase&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ACA_PlayerControllerBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ACA_PlayerControllerBase); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ACA_PlayerControllerBase) \
NO_API virtual ~ACA_PlayerControllerBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PlayerControllerBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,182 +0,0 @@
// 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 "NewCAVESystemCpp/Public/ControllerActorTypes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeControllerActorTypes() {}
// Begin Cross Module References
COREUOBJECT_API UClass* Z_Construct_UClass_UClass();
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UDataAsset();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UControllerActorTypes();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UControllerActorTypes_NoRegister();
NEWCAVESYSTEMCPP_API UScriptStruct* Z_Construct_UScriptStruct_FControllerTypeNamePair();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin ScriptStruct FControllerTypeNamePair
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_ControllerTypeNamePair;
class UScriptStruct* FControllerTypeNamePair::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FControllerTypeNamePair, (UObject*)Z_Construct_UPackage__Script_NewCAVESystemCpp(), TEXT("ControllerTypeNamePair"));
}
return Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<FControllerTypeNamePair>()
{
return FControllerTypeNamePair::StaticStruct();
}
struct Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * \n */" },
{ "ModuleRelativePath", "Public/ControllerActorTypes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControllerType_MetaData[] = {
{ "Category", "NewCAVESystem|ControllerActor" },
{ "ModuleRelativePath", "Public/ControllerActorTypes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControllerActor_MetaData[] = {
{ "Category", "NewCAVESystem|ControllerActor" },
{ "ModuleRelativePath", "Public/ControllerActorTypes.h" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStrPropertyParams NewProp_ControllerType;
static const UECodeGen_Private::FClassPropertyParams NewProp_ControllerActor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FControllerTypeNamePair>();
}
static const UECodeGen_Private::FStructParams StructParams;
};
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewProp_ControllerType = { "ControllerType", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FControllerTypeNamePair, ControllerType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControllerType_MetaData), NewProp_ControllerType_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewProp_ControllerActor = { "ControllerActor", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FControllerTypeNamePair, ControllerActor), Z_Construct_UClass_UClass, Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControllerActor_MetaData), NewProp_ControllerActor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewProp_ControllerType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewProp_ControllerActor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::PropPointers) < 2048);
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
nullptr,
&NewStructOps,
"ControllerTypeNamePair",
Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::PropPointers),
sizeof(FControllerTypeNamePair),
alignof(FControllerTypeNamePair),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FControllerTypeNamePair()
{
if (!Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.InnerSingleton, Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::StructParams);
}
return Z_Registration_Info_UScriptStruct_ControllerTypeNamePair.InnerSingleton;
}
// End ScriptStruct FControllerTypeNamePair
// Begin Class UControllerActorTypes
void UControllerActorTypes::StaticRegisterNativesUControllerActorTypes()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UControllerActorTypes);
UClass* Z_Construct_UClass_UControllerActorTypes_NoRegister()
{
return UControllerActorTypes::StaticClass();
}
struct Z_Construct_UClass_UControllerActorTypes_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "ControllerActorTypes.h" },
{ "ModuleRelativePath", "Public/ControllerActorTypes.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AvailableControllerTypes_MetaData[] = {
{ "Category", "NewCAVESystem|ControllerActor" },
{ "ModuleRelativePath", "Public/ControllerActorTypes.h" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_AvailableControllerTypes_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AvailableControllerTypes;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UControllerActorTypes>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UControllerActorTypes_Statics::NewProp_AvailableControllerTypes_Inner = { "AvailableControllerTypes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FControllerTypeNamePair, METADATA_PARAMS(0, nullptr) }; // 2296715135
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UControllerActorTypes_Statics::NewProp_AvailableControllerTypes = { "AvailableControllerTypes", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UControllerActorTypes, AvailableControllerTypes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AvailableControllerTypes_MetaData), NewProp_AvailableControllerTypes_MetaData) }; // 2296715135
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UControllerActorTypes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UControllerActorTypes_Statics::NewProp_AvailableControllerTypes_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UControllerActorTypes_Statics::NewProp_AvailableControllerTypes,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UControllerActorTypes_Statics::PropPointers) < 2048);
UObject* (*const Z_Construct_UClass_UControllerActorTypes_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataAsset,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UControllerActorTypes_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UControllerActorTypes_Statics::ClassParams = {
&UControllerActorTypes::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UControllerActorTypes_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UControllerActorTypes_Statics::PropPointers),
0,
0x001000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UControllerActorTypes_Statics::Class_MetaDataParams), Z_Construct_UClass_UControllerActorTypes_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_UControllerActorTypes()
{
if (!Z_Registration_Info_UClass_UControllerActorTypes.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UControllerActorTypes.OuterSingleton, Z_Construct_UClass_UControllerActorTypes_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UControllerActorTypes.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<UControllerActorTypes>()
{
return UControllerActorTypes::StaticClass();
}
UControllerActorTypes::UControllerActorTypes(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR(UControllerActorTypes);
UControllerActorTypes::~UControllerActorTypes() {}
// End Class UControllerActorTypes
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FControllerTypeNamePair::StaticStruct, Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewStructOps, TEXT("ControllerTypeNamePair"), &Z_Registration_Info_UScriptStruct_ControllerTypeNamePair, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FControllerTypeNamePair), 2296715135U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UControllerActorTypes, UControllerActorTypes::StaticClass, TEXT("UControllerActorTypes"), &Z_Registration_Info_UClass_UControllerActorTypes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UControllerActorTypes), 2056918862U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_3389290002(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo),
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,63 +0,0 @@
// 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 "ControllerActorTypes.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef NEWCAVESYSTEMCPP_ControllerActorTypes_generated_h
#error "ControllerActorTypes.generated.h already included, missing '#pragma once' in ControllerActorTypes.h"
#endif
#define NEWCAVESYSTEMCPP_ControllerActorTypes_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_15_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FControllerTypeNamePair>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUControllerActorTypes(); \
friend struct Z_Construct_UClass_UControllerActorTypes_Statics; \
public: \
DECLARE_CLASS(UControllerActorTypes, UDataAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(UControllerActorTypes)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UControllerActorTypes(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UControllerActorTypes(UControllerActorTypes&&); \
UControllerActorTypes(const UControllerActorTypes&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UControllerActorTypes); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UControllerActorTypes); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UControllerActorTypes) \
NO_API virtual ~UControllerActorTypes();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_24_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UControllerActorTypes>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,460 +0,0 @@
// 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 "NewCAVESystemCpp/Public/EdnParser.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeEdnParser() {}
// Begin Cross Module References
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UEdnParser();
NEWCAVESYSTEMCPP_API UClass* Z_Construct_UClass_UEdnParser_NoRegister();
NEWCAVESYSTEMCPP_API UEnum* Z_Construct_UEnum_NewCAVESystemCpp_ENodeType();
NEWCAVESYSTEMCPP_API UScriptStruct* Z_Construct_UScriptStruct_FEdnNode();
UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp();
// End Cross Module References
// Begin Enum ENodeType
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENodeType;
static UEnum* ENodeType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ENodeType.OuterSingleton)
{
Z_Registration_Info_UEnum_ENodeType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_NewCAVESystemCpp_ENodeType, (UObject*)Z_Construct_UPackage__Script_NewCAVESystemCpp(), TEXT("ENodeType"));
}
return Z_Registration_Info_UEnum_ENodeType.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UEnum* StaticEnum<ENodeType>()
{
return ENodeType_StaticEnum();
}
struct Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "edn" },
{ "Comment", "/**\n * \n */" },
{ "EdnBool.Comment", "/**\n * \n */" },
{ "EdnBool.Name", "ENodeType::EdnBool" },
{ "EdnChar.Comment", "/**\n * \n */" },
{ "EdnChar.Name", "ENodeType::EdnChar" },
{ "EdnDiscard.Comment", "/**\n * \n */" },
{ "EdnDiscard.Name", "ENodeType::EdnDiscard" },
{ "EdnFloat.Comment", "/**\n * \n */" },
{ "EdnFloat.Name", "ENodeType::EdnFloat" },
{ "EdnInt.Comment", "/**\n * \n */" },
{ "EdnInt.Name", "ENodeType::EdnInt" },
{ "EdnInvalid.Comment", "/**\n * \n */" },
{ "EdnInvalid.Name", "ENodeType::EdnInvalid" },
{ "EdnKeyword.Comment", "/**\n * \n */" },
{ "EdnKeyword.Name", "ENodeType::EdnKeyword" },
{ "EdnList.Comment", "/**\n * \n */" },
{ "EdnList.Name", "ENodeType::EdnList" },
{ "EdnMap.Comment", "/**\n * \n */" },
{ "EdnMap.Name", "ENodeType::EdnMap" },
{ "EdnNil.Comment", "/**\n * \n */" },
{ "EdnNil.Name", "ENodeType::EdnNil" },
{ "EdnSet.Comment", "/**\n * \n */" },
{ "EdnSet.Name", "ENodeType::EdnSet" },
{ "EdnString.Comment", "/**\n * \n */" },
{ "EdnString.Name", "ENodeType::EdnString" },
{ "EdnSymbol.Comment", "/**\n * \n */" },
{ "EdnSymbol.Name", "ENodeType::EdnSymbol" },
{ "EdnTagged.Comment", "/**\n * \n */" },
{ "EdnTagged.Name", "ENodeType::EdnTagged" },
{ "EdnVector.Comment", "/**\n * \n */" },
{ "EdnVector.Name", "ENodeType::EdnVector" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ENodeType::EdnNil", (int64)ENodeType::EdnNil },
{ "ENodeType::EdnSymbol", (int64)ENodeType::EdnSymbol },
{ "ENodeType::EdnKeyword", (int64)ENodeType::EdnKeyword },
{ "ENodeType::EdnBool", (int64)ENodeType::EdnBool },
{ "ENodeType::EdnInt", (int64)ENodeType::EdnInt },
{ "ENodeType::EdnFloat", (int64)ENodeType::EdnFloat },
{ "ENodeType::EdnString", (int64)ENodeType::EdnString },
{ "ENodeType::EdnChar", (int64)ENodeType::EdnChar },
{ "ENodeType::EdnList", (int64)ENodeType::EdnList },
{ "ENodeType::EdnVector", (int64)ENodeType::EdnVector },
{ "ENodeType::EdnMap", (int64)ENodeType::EdnMap },
{ "ENodeType::EdnSet", (int64)ENodeType::EdnSet },
{ "ENodeType::EdnDiscard", (int64)ENodeType::EdnDiscard },
{ "ENodeType::EdnTagged", (int64)ENodeType::EdnTagged },
{ "ENodeType::EdnInvalid", (int64)ENodeType::EdnInvalid },
};
static const UECodeGen_Private::FEnumParams EnumParams;
};
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
nullptr,
"ENodeType",
"ENodeType",
Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_NewCAVESystemCpp_ENodeType()
{
if (!Z_Registration_Info_UEnum_ENodeType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENodeType.InnerSingleton, Z_Construct_UEnum_NewCAVESystemCpp_ENodeType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ENodeType.InnerSingleton;
}
// End Enum ENodeType
// Begin ScriptStruct FEdnNode
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_EdnNode;
class UScriptStruct* FEdnNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_EdnNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_EdnNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEdnNode, (UObject*)Z_Construct_UPackage__Script_NewCAVESystemCpp(), TEXT("EdnNode"));
}
return Z_Registration_Info_UScriptStruct_EdnNode.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<FEdnNode>()
{
return FEdnNode::StaticStruct();
}
struct Z_Construct_UScriptStruct_FEdnNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_type_MetaData[] = {
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_line_MetaData[] = {
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_value_MetaData[] = {
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FBytePropertyParams NewProp_type_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_type;
static const UECodeGen_Private::FIntPropertyParams NewProp_line;
static const UECodeGen_Private::FStrPropertyParams NewProp_value;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEdnNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
};
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_type = { "type", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEdnNode, type), Z_Construct_UEnum_NewCAVESystemCpp_ENodeType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_type_MetaData), NewProp_type_MetaData) }; // 2887903716
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_line = { "line", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEdnNode, line), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_line_MetaData), NewProp_line_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_value = { "value", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEdnNode, value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_value_MetaData), NewProp_value_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEdnNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_type_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_type,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_line,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEdnNode_Statics::NewProp_value,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEdnNode_Statics::PropPointers) < 2048);
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEdnNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
nullptr,
&NewStructOps,
"EdnNode",
Z_Construct_UScriptStruct_FEdnNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEdnNode_Statics::PropPointers),
sizeof(FEdnNode),
alignof(FEdnNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEdnNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEdnNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEdnNode()
{
if (!Z_Registration_Info_UScriptStruct_EdnNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_EdnNode.InnerSingleton, Z_Construct_UScriptStruct_FEdnNode_Statics::StructParams);
}
return Z_Registration_Info_UScriptStruct_EdnNode.InnerSingleton;
}
// End ScriptStruct FEdnNode
// Begin Class UEdnParser Function EdnParser
struct Z_Construct_UFunction_UEdnParser_EdnParser_Statics
{
struct EdnParser_eventEdnParser_Parms
{
FString edn;
FEdnNode ednNode;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_edn_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStrPropertyParams NewProp_edn;
static const UECodeGen_Private::FStructPropertyParams NewProp_ednNode;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_edn = { "edn", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventEdnParser_Parms, edn), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_edn_MetaData), NewProp_edn_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_ednNode = { "ednNode", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventEdnParser_Parms, ednNode), Z_Construct_UScriptStruct_FEdnNode, METADATA_PARAMS(0, nullptr) }; // 2110031991
void Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EdnParser_eventEdnParser_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEdnParser_EdnParser_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(EdnParser_eventEdnParser_Parms), &Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEdnParser_EdnParser_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_edn,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_ednNode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnParser_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnParser_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEdnParser_EdnParser_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEdnParser, nullptr, "EdnParser", nullptr, nullptr, Z_Construct_UFunction_UEdnParser_EdnParser_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnParser_Statics::PropPointers), sizeof(Z_Construct_UFunction_UEdnParser_EdnParser_Statics::EdnParser_eventEdnParser_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnParser_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEdnParser_EdnParser_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UEdnParser_EdnParser_Statics::EdnParser_eventEdnParser_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEdnParser_EdnParser()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEdnParser_EdnParser_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEdnParser::execEdnParser)
{
P_GET_PROPERTY(FStrProperty,Z_Param_edn);
P_GET_STRUCT_REF(FEdnNode,Z_Param_Out_ednNode);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEdnParser::EdnParser(Z_Param_edn,Z_Param_Out_ednNode);
P_NATIVE_END;
}
// End Class UEdnParser Function EdnParser
// Begin Class UEdnParser Function EdnToString
struct Z_Construct_UFunction_UEdnParser_EdnToString_Statics
{
struct EdnParser_eventEdnToString_Parms
{
FEdnNode node;
int32 indent;
FString ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "edn" },
{ "CPP_Default_indent", "1" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_node_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_node;
static const UECodeGen_Private::FIntPropertyParams NewProp_indent;
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_node = { "node", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventEdnToString_Parms, node), Z_Construct_UScriptStruct_FEdnNode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_node_MetaData), NewProp_node_MetaData) }; // 2110031991
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_indent = { "indent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventEdnToString_Parms, indent), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventEdnToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEdnParser_EdnToString_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_node,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_indent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_EdnToString_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnToString_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEdnParser_EdnToString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEdnParser, nullptr, "EdnToString", nullptr, nullptr, Z_Construct_UFunction_UEdnParser_EdnToString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnToString_Statics::PropPointers), sizeof(Z_Construct_UFunction_UEdnParser_EdnToString_Statics::EdnParser_eventEdnToString_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_EdnToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEdnParser_EdnToString_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UEdnParser_EdnToString_Statics::EdnParser_eventEdnToString_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEdnParser_EdnToString()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEdnParser_EdnToString_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEdnParser::execEdnToString)
{
P_GET_STRUCT_REF(FEdnNode,Z_Param_Out_node);
P_GET_PROPERTY(FIntProperty,Z_Param_indent);
P_FINISH;
P_NATIVE_BEGIN;
*(FString*)Z_Param__Result=UEdnParser::EdnToString(Z_Param_Out_node,Z_Param_indent);
P_NATIVE_END;
}
// End Class UEdnParser Function EdnToString
// Begin Class UEdnParser Function GetEdnNodeArr
struct Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics
{
struct EdnParser_eventGetEdnNodeArr_Parms
{
FEdnNode ednNode;
TArray<FEdnNode> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "edn" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ednNode_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_ednNode;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ednNode = { "ednNode", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventGetEdnNodeArr_Parms, ednNode), Z_Construct_UScriptStruct_FEdnNode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ednNode_MetaData), NewProp_ednNode_MetaData) }; // 2110031991
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEdnNode, METADATA_PARAMS(0, nullptr) }; // 2110031991
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EdnParser_eventGetEdnNodeArr_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 2110031991
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ednNode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UEdnParser, nullptr, "GetEdnNodeArr", nullptr, nullptr, Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::PropPointers), sizeof(Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::EdnParser_eventGetEdnNodeArr_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::EdnParser_eventGetEdnNodeArr_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEdnParser_GetEdnNodeArr()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEdnParser_GetEdnNodeArr_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEdnParser::execGetEdnNodeArr)
{
P_GET_STRUCT_REF(FEdnNode,Z_Param_Out_ednNode);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<FEdnNode>*)Z_Param__Result=UEdnParser::GetEdnNodeArr(Z_Param_Out_ednNode);
P_NATIVE_END;
}
// End Class UEdnParser Function GetEdnNodeArr
// Begin Class UEdnParser
void UEdnParser::StaticRegisterNativesUEdnParser()
{
UClass* Class = UEdnParser::StaticClass();
static const FNameNativePtrPair Funcs[] = {
{ "EdnParser", &UEdnParser::execEdnParser },
{ "EdnToString", &UEdnParser::execEdnToString },
{ "GetEdnNodeArr", &UEdnParser::execGetEdnNodeArr },
};
FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UEdnParser);
UClass* Z_Construct_UClass_UEdnParser_NoRegister()
{
return UEdnParser::StaticClass();
}
struct Z_Construct_UClass_UEdnParser_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "edn" },
{ "IncludePath", "EdnParser.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/EdnParser.h" },
};
#endif // WITH_METADATA
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UEdnParser_EdnParser, "EdnParser" }, // 961885289
{ &Z_Construct_UFunction_UEdnParser_EdnToString, "EdnToString" }, // 363124904
{ &Z_Construct_UFunction_UEdnParser_GetEdnNodeArr, "GetEdnNodeArr" }, // 1883945744
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEdnParser>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_UEdnParser_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_NewCAVESystemCpp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEdnParser_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEdnParser_Statics::ClassParams = {
&UEdnParser::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEdnParser_Statics::Class_MetaDataParams), Z_Construct_UClass_UEdnParser_Statics::Class_MetaDataParams)
};
UClass* Z_Construct_UClass_UEdnParser()
{
if (!Z_Registration_Info_UClass_UEdnParser.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEdnParser.OuterSingleton, Z_Construct_UClass_UEdnParser_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEdnParser.OuterSingleton;
}
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<UEdnParser>()
{
return UEdnParser::StaticClass();
}
UEdnParser::UEdnParser(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR(UEdnParser);
UEdnParser::~UEdnParser() {}
// End Class UEdnParser
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ENodeType_StaticEnum, TEXT("ENodeType"), &Z_Registration_Info_UEnum_ENodeType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2887903716U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FEdnNode::StaticStruct, Z_Construct_UScriptStruct_FEdnNode_Statics::NewStructOps, TEXT("EdnNode"), &Z_Registration_Info_UScriptStruct_EdnNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEdnNode), 2110031991U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEdnParser, UEdnParser::StaticClass, TEXT("UEdnParser"), &Z_Registration_Info_UClass_UEdnParser, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdnParser), 1523284867U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_806057530(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo));
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,92 +0,0 @@
// 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 "EdnParser.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
struct FEdnNode;
#ifdef NEWCAVESYSTEMCPP_EdnParser_generated_h
#error "EdnParser.generated.h already included, missing '#pragma once' in EdnParser.h"
#endif
#define NEWCAVESYSTEMCPP_EdnParser_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_42_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FEdnNode_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FEdnNode>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execGetEdnNodeArr); \
DECLARE_FUNCTION(execEdnToString); \
DECLARE_FUNCTION(execEdnParser);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUEdnParser(); \
friend struct Z_Construct_UClass_UEdnParser_Statics; \
public: \
DECLARE_CLASS(UEdnParser, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(UEdnParser)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UEdnParser(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UEdnParser(UEdnParser&&); \
UEdnParser(const UEdnParser&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UEdnParser); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEdnParser); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEdnParser) \
NO_API virtual ~UEdnParser();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_52_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UEdnParser>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h
#define FOREACH_ENUM_ENODETYPE(op) \
op(ENodeType::EdnNil) \
op(ENodeType::EdnSymbol) \
op(ENodeType::EdnKeyword) \
op(ENodeType::EdnBool) \
op(ENodeType::EdnInt) \
op(ENodeType::EdnFloat) \
op(ENodeType::EdnString) \
op(ENodeType::EdnChar) \
op(ENodeType::EdnList) \
op(ENodeType::EdnVector) \
op(ENodeType::EdnMap) \
op(ENodeType::EdnSet) \
op(ENodeType::EdnDiscard) \
op(ENodeType::EdnTagged) \
op(ENodeType::EdnInvalid)
enum class ENodeType : uint8;
template<> struct TIsUEnumClass<ENodeType> { enum { Value = true }; };
template<> NEWCAVESYSTEMCPP_API UEnum* StaticEnum<ENodeType>();
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,29 +0,0 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeNewCAVESystemCpp_init() {}
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_NewCAVESystemCpp;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_NewCAVESystemCpp()
{
if (!Z_Registration_Info_UPackage__Script_NewCAVESystemCpp.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/NewCAVESystemCpp",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xC7787398,
0x045301CD,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_NewCAVESystemCpp.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_NewCAVESystemCpp.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NewCAVESystemCpp(Z_Construct_UPackage__Script_NewCAVESystemCpp, TEXT("/Script/NewCAVESystemCpp"), Z_Registration_Info_UPackage__Script_NewCAVESystemCpp, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC7787398, 0x045301CD));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,122 +0,0 @@
// 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 "NewCAVESystemCppBPLibrary.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class AActor;
class ALevelSequenceActor;
class APlayerController;
class UActorComponent;
class UCameraComponent;
class ULevel;
class ULevelSequencePlayer;
class ULevelStreaming;
class UObject;
class UWorld;
enum class EAttachmentRule : uint8;
struct FGameplayTag;
struct FGameplayTagContainer;
struct FJsonObjectWrapper;
struct FKey;
#ifdef NEWCAVESYSTEMCPP_NewCAVESystemCppBPLibrary_generated_h
#error "NewCAVESystemCppBPLibrary.generated.h already included, missing '#pragma once' in NewCAVESystemCppBPLibrary.h"
#endif
#define NEWCAVESYSTEMCPP_NewCAVESystemCppBPLibrary_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
DECLARE_FUNCTION(execSelectJsonObjectsKeys); \
DECLARE_FUNCTION(execGameplayTagContainerArrayToOneContainer); \
DECLARE_FUNCTION(execMergeGameplayTagContainer); \
DECLARE_FUNCTION(execIntersectGameplayTagContainers); \
DECLARE_FUNCTION(execStringArrayToGameplayTagContainer); \
DECLARE_FUNCTION(execStringToGameplayTag); \
DECLARE_FUNCTION(execMergeJsonObjectsInto); \
DECLARE_FUNCTION(execMergeJsonObjects); \
DECLARE_FUNCTION(execRemoveGameplayTagContainer); \
DECLARE_FUNCTION(execRemoveGameplayTag); \
DECLARE_FUNCTION(execAddGameplayTag); \
DECLARE_FUNCTION(execGetCurrentCameraFromSequence); \
DECLARE_FUNCTION(execEnableAllUserMouse); \
DECLARE_FUNCTION(execCloneActorPro); \
DECLARE_FUNCTION(execCloneActor); \
DECLARE_FUNCTION(execCloneActorComplex); \
DECLARE_FUNCTION(execCloneActorSimple); \
DECLARE_FUNCTION(execUnbindAllInput); \
DECLARE_FUNCTION(execBindVectorAxisKey); \
DECLARE_FUNCTION(execBindAxisKey); \
DECLARE_FUNCTION(execBindAxis); \
DECLARE_FUNCTION(execGetInputVectorAxisValue); \
DECLARE_FUNCTION(execGetInputAxisKeyValue); \
DECLARE_FUNCTION(execGetInputAxisValue); \
DECLARE_FUNCTION(execGetObjectByGUID); \
DECLARE_FUNCTION(execGetObjectGUID); \
DECLARE_FUNCTION(execLoadClassAsset_Blocking); \
DECLARE_FUNCTION(execSetPlayerControllerAutoManageCamera); \
DECLARE_FUNCTION(execIsModuleLoaded); \
DECLARE_FUNCTION(execSetLevelSequenceActorDisableCameraCuts); \
DECLARE_FUNCTION(execSetActorLoadedOnClient); \
DECLARE_FUNCTION(execMoveActorToNewLevel); \
DECLARE_FUNCTION(execIsActorLocallyControlled); \
DECLARE_FUNCTION(execIsActorOwnedBy); \
DECLARE_FUNCTION(execGetActorNetRole); \
DECLARE_FUNCTION(execDestroyComponent); \
DECLARE_FUNCTION(execIsMapExists); \
DECLARE_FUNCTION(execGetAllActorsOfClassInLevel); \
DECLARE_FUNCTION(execGetLevelFromStreamingLevel); \
DECLARE_FUNCTION(execGetStreamingLevelList); \
DECLARE_FUNCTION(execGetPersistentLevel); \
DECLARE_FUNCTION(execIsInWorldPIE); \
DECLARE_FUNCTION(execIsInWorldGame); \
DECLARE_FUNCTION(execIsInWorldEditor); \
DECLARE_FUNCTION(execGetWorldFromContext); \
DECLARE_FUNCTION(execGetLevelFromActor); \
DECLARE_FUNCTION(execGetStreamingLevelNameFromActor);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
private: \
static void StaticRegisterNativesUNewCAVESystemCppBPLibrary(); \
friend struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics; \
public: \
DECLARE_CLASS(UNewCAVESystemCppBPLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NewCAVESystemCpp"), NO_API) \
DECLARE_SERIALIZER(UNewCAVESystemCppBPLibrary)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UNewCAVESystemCppBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNewCAVESystemCppBPLibrary) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNewCAVESystemCppBPLibrary); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNewCAVESystemCppBPLibrary); \
private: \
/** Private move- and copy-constructors, should never be used */ \
UNewCAVESystemCppBPLibrary(UNewCAVESystemCppBPLibrary&&); \
UNewCAVESystemCppBPLibrary(const UNewCAVESystemCppBPLibrary&); \
public: \
NO_API virtual ~UNewCAVESystemCppBPLibrary();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_46_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UNewCAVESystemCppBPLibrary>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,10 +0,0 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@ -1,7 +0,0 @@
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\AutoFocusFuncLib.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PawnBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_GameSession.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PlayerControllerBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\EdnParser.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\NewCAVESystemCppBPLibrary.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\ControllerActorTypes.h

View File

@ -1,8 +0,0 @@
{
"OutputFiles": [
"..\\..\\..\\a\\UnrealGame\\Shipping\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\a\\UnrealGame\\Shipping\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\x\\UnrealGame\\Shipping\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o",
"..\\..\\..\\x\\UnrealGame\\Shipping\\NewCAVESystemCpp\\Module.NewCAVESystemCpp.cpp.o"
]
}

View File

@ -136,14 +136,14 @@ UAutoFocusFuncLib::~UAutoFocusFuncLib() {}
// End Class UAutoFocusFuncLib
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAutoFocusFuncLib, UAutoFocusFuncLib::StaticClass, TEXT("UAutoFocusFuncLib"), &Z_Registration_Info_UClass_UAutoFocusFuncLib, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAutoFocusFuncLib), 3271052711U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_2353918424(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_2353918424(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_AutoFocusFuncLib_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execFocusGameWindow);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAutoFocusFuncLib(); \
friend struct Z_Construct_UClass_UAutoFocusFuncLib_Statics; \
@ -27,7 +27,7 @@ public: \
DECLARE_SERIALIZER(UAutoFocusFuncLib)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAutoFocusFuncLib(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -41,13 +41,13 @@ public: \
NO_API virtual ~UAutoFocusFuncLib();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_18_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_18_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -55,7 +55,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UAutoFocusFuncLib>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -80,14 +80,14 @@ ACA_GameSession::~ACA_GameSession() {}
// End Class ACA_GameSession
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_GameSession, ACA_GameSession::StaticClass, TEXT("ACA_GameSession"), &Z_Registration_Info_UClass_ACA_GameSession, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_GameSession), 3891042791U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_2916189880(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_2916189880(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_CA_GameSession_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_GameSession(); \
friend struct Z_Construct_UClass_ACA_GameSession_Statics; \
@ -23,7 +23,7 @@ public: \
DECLARE_SERIALIZER(ACA_GameSession)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_GameSession(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -37,12 +37,12 @@ public: \
NO_API virtual ~ACA_GameSession();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_12_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -50,7 +50,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_GameSession>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -160,14 +160,14 @@ ACA_PawnBase::~ACA_PawnBase() {}
// End Class ACA_PawnBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PawnBase, ACA_PawnBase::StaticClass, TEXT("ACA_PawnBase"), &Z_Registration_Info_UClass_ACA_PawnBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PawnBase), 1899383817U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_14280838(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_14280838(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -15,8 +15,8 @@ class AActor;
#endif
#define NEWCAVESYSTEMCPP_CA_PawnBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PawnBase(); \
friend struct Z_Construct_UClass_ACA_PawnBase_Statics; \
@ -25,7 +25,7 @@ public: \
DECLARE_SERIALIZER(ACA_PawnBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
ACA_PawnBase(ACA_PawnBase&&); \
@ -37,13 +37,13 @@ public: \
NO_API virtual ~ACA_PawnBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_9_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_9_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -51,7 +51,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PawnBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -79,14 +79,14 @@ ACA_PlayerControllerBase::~ACA_PlayerControllerBase() {}
// End Class ACA_PlayerControllerBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PlayerControllerBase, ACA_PlayerControllerBase::StaticClass, TEXT("ACA_PlayerControllerBase"), &Z_Registration_Info_UClass_ACA_PlayerControllerBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PlayerControllerBase), 3415019271U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_1640965788(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_1640965788(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_CA_PlayerControllerBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PlayerControllerBase(); \
friend struct Z_Construct_UClass_ACA_PlayerControllerBase_Statics; \
@ -23,7 +23,7 @@ public: \
DECLARE_SERIALIZER(ACA_PlayerControllerBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_PlayerControllerBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -37,12 +37,12 @@ public: \
NO_API virtual ~ACA_PlayerControllerBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_12_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -50,7 +50,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PlayerControllerBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -165,7 +165,7 @@ UControllerActorTypes::~UControllerActorTypes() {}
// End Class UControllerActorTypes
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FControllerTypeNamePair::StaticStruct, Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewStructOps, TEXT("ControllerTypeNamePair"), &Z_Registration_Info_UScriptStruct_ControllerTypeNamePair, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FControllerTypeNamePair), 2296715135U) },
@ -174,9 +174,9 @@ struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_New
{ Z_Construct_UClass_UControllerActorTypes, UControllerActorTypes::StaticClass, TEXT("UControllerActorTypes"), &Z_Registration_Info_UClass_UControllerActorTypes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UControllerActorTypes), 2056918862U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_3389290002(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_3389290002(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo),
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -14,14 +14,14 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_ControllerActorTypes_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_15_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FControllerTypeNamePair>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUControllerActorTypes(); \
friend struct Z_Construct_UClass_UControllerActorTypes_Statics; \
@ -30,7 +30,7 @@ public: \
DECLARE_SERIALIZER(UControllerActorTypes)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UControllerActorTypes(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -44,12 +44,12 @@ public: \
NO_API virtual ~UControllerActorTypes();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_24_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_24_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -57,7 +57,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UControllerActorTypes>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -440,7 +440,7 @@ UEdnParser::~UEdnParser() {}
// End Class UEdnParser
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ENodeType_StaticEnum, TEXT("ENodeType"), &Z_Registration_Info_UEnum_ENodeType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2887903716U) },
@ -452,9 +452,9 @@ struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_New
{ Z_Construct_UClass_UEdnParser, UEdnParser::StaticClass, TEXT("UEdnParser"), &Z_Registration_Info_UClass_UEdnParser, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdnParser), 1523284867U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_806057530(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo));
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_806057530(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo));
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -15,20 +15,20 @@ struct FEdnNode;
#endif
#define NEWCAVESYSTEMCPP_EdnParser_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_42_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_42_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FEdnNode_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FEdnNode>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execGetEdnNodeArr); \
DECLARE_FUNCTION(execEdnToString); \
DECLARE_FUNCTION(execEdnParser);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUEdnParser(); \
friend struct Z_Construct_UClass_UEdnParser_Statics; \
@ -37,7 +37,7 @@ public: \
DECLARE_SERIALIZER(UEdnParser)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UEdnParser(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -51,13 +51,13 @@ public: \
NO_API virtual ~UEdnParser();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_52_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_52_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -65,7 +65,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UEdnParser>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h
#define FOREACH_ENUM_ENODETYPE(op) \

View File

@ -17,7 +17,7 @@ void EmptyLinkFunctionForGeneratedCodeNewCAVESystemCpp_init() {}
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xC7787398,
0x149A1D79,
0x045301CD,
METADATA_PARAMS(0, nullptr)
};
@ -25,5 +25,5 @@ void EmptyLinkFunctionForGeneratedCodeNewCAVESystemCpp_init() {}
}
return Z_Registration_Info_UPackage__Script_NewCAVESystemCpp.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NewCAVESystemCpp(Z_Construct_UPackage__Script_NewCAVESystemCpp, TEXT("/Script/NewCAVESystemCpp"), Z_Registration_Info_UPackage__Script_NewCAVESystemCpp, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC7787398, 0x045301CD));
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NewCAVESystemCpp(Z_Construct_UPackage__Script_NewCAVESystemCpp, TEXT("/Script/NewCAVESystemCpp"), Z_Registration_Info_UPackage__Script_NewCAVESystemCpp, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x149A1D79, 0x045301CD));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1266,6 +1266,54 @@ DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execGetPersistentLevel)
}
// End Class UNewCAVESystemCppBPLibrary Function GetPersistentLevel
// Begin Class UNewCAVESystemCppBPLibrary Function GetPIEInstanceID
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics
{
struct NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms
{
UObject* WorldContextObject;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|Utility" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
{ "WorldContext", "WorldContextObject" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_WorldContextObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "GetPIEInstanceID", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execGetPIEInstanceID)
{
P_GET_OBJECT(UObject,Z_Param_WorldContextObject);
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=UNewCAVESystemCppBPLibrary::GetPIEInstanceID(Z_Param_WorldContextObject);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function GetPIEInstanceID
// Begin Class UNewCAVESystemCppBPLibrary Function GetStreamingLevelList
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelList_Statics
{
@ -2272,6 +2320,123 @@ DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveGameplayTagContainer)
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveGameplayTagContainer
// Begin Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeys
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics
{
struct NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms
{
FJsonObjectWrapper SourceJsonObject;
TArray<FString> KeysToRemove;
FJsonObjectWrapper ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|JSON" },
{ "DisplayName", "Remove Json Object Keys" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceJsonObject_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_KeysToRemove_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceJsonObject;
static const UECodeGen_Private::FStrPropertyParams NewProp_KeysToRemove_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_KeysToRemove;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_SourceJsonObject = { "SourceJsonObject", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, SourceJsonObject), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceJsonObject_MetaData), NewProp_SourceJsonObject_MetaData) }; // 3936905286
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove_Inner = { "KeysToRemove", 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_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove = { "KeysToRemove", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, KeysToRemove), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_KeysToRemove_MetaData), NewProp_KeysToRemove_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, ReturnValue), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(0, nullptr) }; // 3936905286
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_SourceJsonObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "RemoveJsonObjectsKeys", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeys)
{
P_GET_STRUCT_REF(FJsonObjectWrapper,Z_Param_Out_SourceJsonObject);
P_GET_TARRAY_REF(FString,Z_Param_Out_KeysToRemove);
P_FINISH;
P_NATIVE_BEGIN;
*(FJsonObjectWrapper*)Z_Param__Result=UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeys(Z_Param_Out_SourceJsonObject,Z_Param_Out_KeysToRemove);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeys
// Begin Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeysInPlace
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics
{
struct NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms
{
FJsonObjectWrapper TargetJsonObject;
TArray<FString> KeysToRemove;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|JSON" },
{ "DisplayName", "Remove Json Object Keys In Place" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_KeysToRemove_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetJsonObject;
static const UECodeGen_Private::FStrPropertyParams NewProp_KeysToRemove_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_KeysToRemove;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_TargetJsonObject = { "TargetJsonObject", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms, TargetJsonObject), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(0, nullptr) }; // 3936905286
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove_Inner = { "KeysToRemove", 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_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove = { "KeysToRemove", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms, KeysToRemove), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_KeysToRemove_MetaData), NewProp_KeysToRemove_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_TargetJsonObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "RemoveJsonObjectsKeysInPlace", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeysInPlace)
{
P_GET_STRUCT_REF(FJsonObjectWrapper,Z_Param_Out_TargetJsonObject);
P_GET_TARRAY_REF(FString,Z_Param_Out_KeysToRemove);
P_FINISH;
P_NATIVE_BEGIN;
UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeysInPlace(Z_Param_Out_TargetJsonObject,Z_Param_Out_KeysToRemove);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeysInPlace
// Begin Class UNewCAVESystemCppBPLibrary Function SelectJsonObjectsKeys
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SelectJsonObjectsKeys_Statics
{
@ -2679,6 +2844,7 @@ void UNewCAVESystemCppBPLibrary::StaticRegisterNativesUNewCAVESystemCppBPLibrary
{ "GetObjectByGUID", &UNewCAVESystemCppBPLibrary::execGetObjectByGUID },
{ "GetObjectGUID", &UNewCAVESystemCppBPLibrary::execGetObjectGUID },
{ "GetPersistentLevel", &UNewCAVESystemCppBPLibrary::execGetPersistentLevel },
{ "GetPIEInstanceID", &UNewCAVESystemCppBPLibrary::execGetPIEInstanceID },
{ "GetStreamingLevelList", &UNewCAVESystemCppBPLibrary::execGetStreamingLevelList },
{ "GetStreamingLevelNameFromActor", &UNewCAVESystemCppBPLibrary::execGetStreamingLevelNameFromActor },
{ "GetWorldFromContext", &UNewCAVESystemCppBPLibrary::execGetWorldFromContext },
@ -2697,6 +2863,8 @@ void UNewCAVESystemCppBPLibrary::StaticRegisterNativesUNewCAVESystemCppBPLibrary
{ "MoveActorToNewLevel", &UNewCAVESystemCppBPLibrary::execMoveActorToNewLevel },
{ "RemoveGameplayTag", &UNewCAVESystemCppBPLibrary::execRemoveGameplayTag },
{ "RemoveGameplayTagContainer", &UNewCAVESystemCppBPLibrary::execRemoveGameplayTagContainer },
{ "RemoveJsonObjectsKeys", &UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeys },
{ "RemoveJsonObjectsKeysInPlace", &UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeysInPlace },
{ "SelectJsonObjectsKeys", &UNewCAVESystemCppBPLibrary::execSelectJsonObjectsKeys },
{ "SetActorLoadedOnClient", &UNewCAVESystemCppBPLibrary::execSetActorLoadedOnClient },
{ "SetLevelSequenceActorDisableCameraCuts", &UNewCAVESystemCppBPLibrary::execSetLevelSequenceActorDisableCameraCuts },
@ -2746,6 +2914,7 @@ struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetObjectByGUID, "GetObjectByGUID" }, // 2022024478
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetObjectGUID, "GetObjectGUID" }, // 137980464
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPersistentLevel, "GetPersistentLevel" }, // 1579965508
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID, "GetPIEInstanceID" }, // 1087695744
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelList, "GetStreamingLevelList" }, // 2129694019
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelNameFromActor, "GetStreamingLevelNameFromActor" }, // 649824973
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetWorldFromContext, "GetWorldFromContext" }, // 815194615
@ -2764,6 +2933,8 @@ struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_MoveActorToNewLevel, "MoveActorToNewLevel" }, // 4077613912
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveGameplayTag, "RemoveGameplayTag" }, // 3707513042
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveGameplayTagContainer, "RemoveGameplayTagContainer" }, // 3818266709
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys, "RemoveJsonObjectsKeys" }, // 3013981952
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace, "RemoveJsonObjectsKeysInPlace" }, // 1693008347
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SelectJsonObjectsKeys, "SelectJsonObjectsKeys" }, // 2156535872
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SetActorLoadedOnClient, "SetActorLoadedOnClient" }, // 399304618
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SetLevelSequenceActorDisableCameraCuts, "SetLevelSequenceActorDisableCameraCuts" }, // 832261862
@ -2815,14 +2986,14 @@ UNewCAVESystemCppBPLibrary::~UNewCAVESystemCppBPLibrary() {}
// End Class UNewCAVESystemCppBPLibrary
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNewCAVESystemCppBPLibrary, UNewCAVESystemCppBPLibrary::StaticClass, TEXT("UNewCAVESystemCppBPLibrary"), &Z_Registration_Info_UClass_UNewCAVESystemCppBPLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNewCAVESystemCppBPLibrary), 2054956943U) },
{ Z_Construct_UClass_UNewCAVESystemCppBPLibrary, UNewCAVESystemCppBPLibrary::StaticClass, TEXT("UNewCAVESystemCppBPLibrary"), &Z_Registration_Info_UClass_UNewCAVESystemCppBPLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNewCAVESystemCppBPLibrary), 1935017737U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_3798194180(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_1320550437(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -29,7 +29,10 @@ struct FKey;
#endif
#define NEWCAVESYSTEMCPP_NewCAVESystemCppBPLibrary_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
DECLARE_FUNCTION(execGetPIEInstanceID); \
DECLARE_FUNCTION(execRemoveJsonObjectsKeysInPlace); \
DECLARE_FUNCTION(execRemoveJsonObjectsKeys); \
DECLARE_FUNCTION(execSelectJsonObjectsKeys); \
DECLARE_FUNCTION(execGameplayTagContainerArrayToOneContainer); \
DECLARE_FUNCTION(execMergeGameplayTagContainer); \
@ -79,7 +82,7 @@ struct FKey;
DECLARE_FUNCTION(execGetStreamingLevelNameFromActor);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
private: \
static void StaticRegisterNativesUNewCAVESystemCppBPLibrary(); \
friend struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics; \
@ -88,7 +91,7 @@ public: \
DECLARE_SERIALIZER(UNewCAVESystemCppBPLibrary)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UNewCAVESystemCppBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNewCAVESystemCppBPLibrary) \
@ -102,13 +105,13 @@ public: \
NO_API virtual ~UNewCAVESystemCppBPLibrary();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_46_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_GENERATED_BODY_LEGACY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_46_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -116,7 +119,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UNewCAVESystemCppBPLibrary>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,7 +1,7 @@
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\AutoFocusFuncLib.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_GameSession.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\ControllerActorTypes.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PawnBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\AutoFocusFuncLib.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\EdnParser.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PlayerControllerBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\ControllerActorTypes.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_GameSession.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\NewCAVESystemCppBPLibrary.h

View File

@ -136,14 +136,14 @@ UAutoFocusFuncLib::~UAutoFocusFuncLib() {}
// End Class UAutoFocusFuncLib
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAutoFocusFuncLib, UAutoFocusFuncLib::StaticClass, TEXT("UAutoFocusFuncLib"), &Z_Registration_Info_UClass_UAutoFocusFuncLib, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAutoFocusFuncLib), 3271052711U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_2353918424(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_2353918424(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_AutoFocusFuncLib_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execFocusGameWindow);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAutoFocusFuncLib(); \
friend struct Z_Construct_UClass_UAutoFocusFuncLib_Statics; \
@ -27,7 +27,7 @@ public: \
DECLARE_SERIALIZER(UAutoFocusFuncLib)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAutoFocusFuncLib(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -41,13 +41,13 @@ public: \
NO_API virtual ~UAutoFocusFuncLib();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_18_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_18_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -55,7 +55,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UAutoFocusFuncLib>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_AutoFocusFuncLib_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -80,14 +80,14 @@ ACA_GameSession::~ACA_GameSession() {}
// End Class ACA_GameSession
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_GameSession, ACA_GameSession::StaticClass, TEXT("ACA_GameSession"), &Z_Registration_Info_UClass_ACA_GameSession, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_GameSession), 3891042791U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_2916189880(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_2916189880(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_CA_GameSession_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_GameSession(); \
friend struct Z_Construct_UClass_ACA_GameSession_Statics; \
@ -23,7 +23,7 @@ public: \
DECLARE_SERIALIZER(ACA_GameSession)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_GameSession(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -37,12 +37,12 @@ public: \
NO_API virtual ~ACA_GameSession();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_12_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -50,7 +50,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_GameSession>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_GameSession_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -160,14 +160,14 @@ ACA_PawnBase::~ACA_PawnBase() {}
// End Class ACA_PawnBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PawnBase, ACA_PawnBase::StaticClass, TEXT("ACA_PawnBase"), &Z_Registration_Info_UClass_ACA_PawnBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PawnBase), 1899383817U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_14280838(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_14280838(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -15,8 +15,8 @@ class AActor;
#endif
#define NEWCAVESYSTEMCPP_CA_PawnBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PawnBase(); \
friend struct Z_Construct_UClass_ACA_PawnBase_Statics; \
@ -25,7 +25,7 @@ public: \
DECLARE_SERIALIZER(ACA_PawnBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
ACA_PawnBase(ACA_PawnBase&&); \
@ -37,13 +37,13 @@ public: \
NO_API virtual ~ACA_PawnBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_9_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_9_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_CALLBACK_WRAPPERS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -51,7 +51,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PawnBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PawnBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -79,14 +79,14 @@ ACA_PlayerControllerBase::~ACA_PlayerControllerBase() {}
// End Class ACA_PlayerControllerBase
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ACA_PlayerControllerBase, ACA_PlayerControllerBase::StaticClass, TEXT("ACA_PlayerControllerBase"), &Z_Registration_Info_UClass_ACA_PlayerControllerBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ACA_PlayerControllerBase), 3415019271U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_1640965788(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_1640965788(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_CA_PlayerControllerBase_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesACA_PlayerControllerBase(); \
friend struct Z_Construct_UClass_ACA_PlayerControllerBase_Statics; \
@ -23,7 +23,7 @@ public: \
DECLARE_SERIALIZER(ACA_PlayerControllerBase)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ACA_PlayerControllerBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -37,12 +37,12 @@ public: \
NO_API virtual ~ACA_PlayerControllerBase();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_12_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_12_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -50,7 +50,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class ACA_PlayerControllerBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_CA_PlayerControllerBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -165,7 +165,7 @@ UControllerActorTypes::~UControllerActorTypes() {}
// End Class UControllerActorTypes
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FControllerTypeNamePair::StaticStruct, Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics::NewStructOps, TEXT("ControllerTypeNamePair"), &Z_Registration_Info_UScriptStruct_ControllerTypeNamePair, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FControllerTypeNamePair), 2296715135U) },
@ -174,9 +174,9 @@ struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_New
{ Z_Construct_UClass_UControllerActorTypes, UControllerActorTypes::StaticClass, TEXT("UControllerActorTypes"), &Z_Registration_Info_UClass_UControllerActorTypes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UControllerActorTypes), 2056918862U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_3389290002(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_3389290002(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_Statics::ScriptStructInfo),
nullptr, 0);
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -14,14 +14,14 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define NEWCAVESYSTEMCPP_ControllerActorTypes_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_15_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_15_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FControllerTypeNamePair_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FControllerTypeNamePair>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUControllerActorTypes(); \
friend struct Z_Construct_UClass_UControllerActorTypes_Statics; \
@ -30,7 +30,7 @@ public: \
DECLARE_SERIALIZER(UControllerActorTypes)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UControllerActorTypes(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -44,12 +44,12 @@ public: \
NO_API virtual ~UControllerActorTypes();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_24_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_24_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h_27_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -57,7 +57,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UControllerActorTypes>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_ControllerActorTypes_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -440,7 +440,7 @@ UEdnParser::~UEdnParser() {}
// End Class UEdnParser
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ENodeType_StaticEnum, TEXT("ENodeType"), &Z_Registration_Info_UEnum_ENodeType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2887903716U) },
@ -452,9 +452,9 @@ struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_New
{ Z_Construct_UClass_UEdnParser, UEdnParser::StaticClass, TEXT("UEdnParser"), &Z_Registration_Info_UClass_UEdnParser, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdnParser), 1523284867U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_806057530(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo));
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_806057530(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_Statics::EnumInfo));
// End Registration
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -15,20 +15,20 @@ struct FEdnNode;
#endif
#define NEWCAVESYSTEMCPP_EdnParser_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_42_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_42_GENERATED_BODY \
friend struct Z_Construct_UScriptStruct_FEdnNode_Statics; \
NEWCAVESYSTEMCPP_API static class UScriptStruct* StaticStruct();
template<> NEWCAVESYSTEMCPP_API UScriptStruct* StaticStruct<struct FEdnNode>();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execGetEdnNodeArr); \
DECLARE_FUNCTION(execEdnToString); \
DECLARE_FUNCTION(execEdnParser);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUEdnParser(); \
friend struct Z_Construct_UClass_UEdnParser_Statics; \
@ -37,7 +37,7 @@ public: \
DECLARE_SERIALIZER(UEdnParser)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UEdnParser(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
private: \
@ -51,13 +51,13 @@ public: \
NO_API virtual ~UEdnParser();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_52_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_GENERATED_BODY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_52_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_RPC_WRAPPERS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_INCLASS_NO_PURE_DECLS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h_55_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -65,7 +65,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UEdnParser>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_EdnParser_h
#define FOREACH_ENUM_ENODETYPE(op) \

View File

@ -17,7 +17,7 @@ void EmptyLinkFunctionForGeneratedCodeNewCAVESystemCpp_init() {}
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xC7787398,
0x149A1D79,
0x045301CD,
METADATA_PARAMS(0, nullptr)
};
@ -25,5 +25,5 @@ void EmptyLinkFunctionForGeneratedCodeNewCAVESystemCpp_init() {}
}
return Z_Registration_Info_UPackage__Script_NewCAVESystemCpp.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NewCAVESystemCpp(Z_Construct_UPackage__Script_NewCAVESystemCpp, TEXT("/Script/NewCAVESystemCpp"), Z_Registration_Info_UPackage__Script_NewCAVESystemCpp, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC7787398, 0x045301CD));
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NewCAVESystemCpp(Z_Construct_UPackage__Script_NewCAVESystemCpp, TEXT("/Script/NewCAVESystemCpp"), Z_Registration_Info_UPackage__Script_NewCAVESystemCpp, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x149A1D79, 0x045301CD));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1266,6 +1266,54 @@ DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execGetPersistentLevel)
}
// End Class UNewCAVESystemCppBPLibrary Function GetPersistentLevel
// Begin Class UNewCAVESystemCppBPLibrary Function GetPIEInstanceID
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics
{
struct NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms
{
UObject* WorldContextObject;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|Utility" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
{ "WorldContext", "WorldContextObject" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_WorldContextObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "GetPIEInstanceID", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::NewCAVESystemCppBPLibrary_eventGetPIEInstanceID_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execGetPIEInstanceID)
{
P_GET_OBJECT(UObject,Z_Param_WorldContextObject);
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=UNewCAVESystemCppBPLibrary::GetPIEInstanceID(Z_Param_WorldContextObject);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function GetPIEInstanceID
// Begin Class UNewCAVESystemCppBPLibrary Function GetStreamingLevelList
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelList_Statics
{
@ -2272,6 +2320,123 @@ DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveGameplayTagContainer)
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveGameplayTagContainer
// Begin Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeys
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics
{
struct NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms
{
FJsonObjectWrapper SourceJsonObject;
TArray<FString> KeysToRemove;
FJsonObjectWrapper ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|JSON" },
{ "DisplayName", "Remove Json Object Keys" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceJsonObject_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_KeysToRemove_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceJsonObject;
static const UECodeGen_Private::FStrPropertyParams NewProp_KeysToRemove_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_KeysToRemove;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_SourceJsonObject = { "SourceJsonObject", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, SourceJsonObject), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceJsonObject_MetaData), NewProp_SourceJsonObject_MetaData) }; // 3936905286
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove_Inner = { "KeysToRemove", 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_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove = { "KeysToRemove", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, KeysToRemove), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_KeysToRemove_MetaData), NewProp_KeysToRemove_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms, ReturnValue), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(0, nullptr) }; // 3936905286
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_SourceJsonObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_KeysToRemove,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "RemoveJsonObjectsKeys", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeys)
{
P_GET_STRUCT_REF(FJsonObjectWrapper,Z_Param_Out_SourceJsonObject);
P_GET_TARRAY_REF(FString,Z_Param_Out_KeysToRemove);
P_FINISH;
P_NATIVE_BEGIN;
*(FJsonObjectWrapper*)Z_Param__Result=UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeys(Z_Param_Out_SourceJsonObject,Z_Param_Out_KeysToRemove);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeys
// Begin Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeysInPlace
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics
{
struct NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms
{
FJsonObjectWrapper TargetJsonObject;
TArray<FString> KeysToRemove;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "NewCAVESystemCpp|JSON" },
{ "DisplayName", "Remove Json Object Keys In Place" },
{ "ModuleRelativePath", "Public/NewCAVESystemCppBPLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_KeysToRemove_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetJsonObject;
static const UECodeGen_Private::FStrPropertyParams NewProp_KeysToRemove_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_KeysToRemove;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_TargetJsonObject = { "TargetJsonObject", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms, TargetJsonObject), Z_Construct_UScriptStruct_FJsonObjectWrapper, METADATA_PARAMS(0, nullptr) }; // 3936905286
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove_Inner = { "KeysToRemove", 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_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove = { "KeysToRemove", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms, KeysToRemove), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_KeysToRemove_MetaData), NewProp_KeysToRemove_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_TargetJsonObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewProp_KeysToRemove,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers) < 2048);
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UNewCAVESystemCppBPLibrary, nullptr, "RemoveJsonObjectsKeysInPlace", nullptr, nullptr, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::PropPointers), sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::Function_MetaDataParams) };
static_assert(sizeof(Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::NewCAVESystemCppBPLibrary_eventRemoveJsonObjectsKeysInPlace_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeysInPlace)
{
P_GET_STRUCT_REF(FJsonObjectWrapper,Z_Param_Out_TargetJsonObject);
P_GET_TARRAY_REF(FString,Z_Param_Out_KeysToRemove);
P_FINISH;
P_NATIVE_BEGIN;
UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeysInPlace(Z_Param_Out_TargetJsonObject,Z_Param_Out_KeysToRemove);
P_NATIVE_END;
}
// End Class UNewCAVESystemCppBPLibrary Function RemoveJsonObjectsKeysInPlace
// Begin Class UNewCAVESystemCppBPLibrary Function SelectJsonObjectsKeys
struct Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SelectJsonObjectsKeys_Statics
{
@ -2679,6 +2844,7 @@ void UNewCAVESystemCppBPLibrary::StaticRegisterNativesUNewCAVESystemCppBPLibrary
{ "GetObjectByGUID", &UNewCAVESystemCppBPLibrary::execGetObjectByGUID },
{ "GetObjectGUID", &UNewCAVESystemCppBPLibrary::execGetObjectGUID },
{ "GetPersistentLevel", &UNewCAVESystemCppBPLibrary::execGetPersistentLevel },
{ "GetPIEInstanceID", &UNewCAVESystemCppBPLibrary::execGetPIEInstanceID },
{ "GetStreamingLevelList", &UNewCAVESystemCppBPLibrary::execGetStreamingLevelList },
{ "GetStreamingLevelNameFromActor", &UNewCAVESystemCppBPLibrary::execGetStreamingLevelNameFromActor },
{ "GetWorldFromContext", &UNewCAVESystemCppBPLibrary::execGetWorldFromContext },
@ -2697,6 +2863,8 @@ void UNewCAVESystemCppBPLibrary::StaticRegisterNativesUNewCAVESystemCppBPLibrary
{ "MoveActorToNewLevel", &UNewCAVESystemCppBPLibrary::execMoveActorToNewLevel },
{ "RemoveGameplayTag", &UNewCAVESystemCppBPLibrary::execRemoveGameplayTag },
{ "RemoveGameplayTagContainer", &UNewCAVESystemCppBPLibrary::execRemoveGameplayTagContainer },
{ "RemoveJsonObjectsKeys", &UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeys },
{ "RemoveJsonObjectsKeysInPlace", &UNewCAVESystemCppBPLibrary::execRemoveJsonObjectsKeysInPlace },
{ "SelectJsonObjectsKeys", &UNewCAVESystemCppBPLibrary::execSelectJsonObjectsKeys },
{ "SetActorLoadedOnClient", &UNewCAVESystemCppBPLibrary::execSetActorLoadedOnClient },
{ "SetLevelSequenceActorDisableCameraCuts", &UNewCAVESystemCppBPLibrary::execSetLevelSequenceActorDisableCameraCuts },
@ -2746,6 +2914,7 @@ struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetObjectByGUID, "GetObjectByGUID" }, // 2022024478
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetObjectGUID, "GetObjectGUID" }, // 137980464
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPersistentLevel, "GetPersistentLevel" }, // 1579965508
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetPIEInstanceID, "GetPIEInstanceID" }, // 1087695744
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelList, "GetStreamingLevelList" }, // 2129694019
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetStreamingLevelNameFromActor, "GetStreamingLevelNameFromActor" }, // 649824973
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_GetWorldFromContext, "GetWorldFromContext" }, // 815194615
@ -2764,6 +2933,8 @@ struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_MoveActorToNewLevel, "MoveActorToNewLevel" }, // 4077613912
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveGameplayTag, "RemoveGameplayTag" }, // 3707513042
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveGameplayTagContainer, "RemoveGameplayTagContainer" }, // 3818266709
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeys, "RemoveJsonObjectsKeys" }, // 3013981952
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_RemoveJsonObjectsKeysInPlace, "RemoveJsonObjectsKeysInPlace" }, // 1693008347
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SelectJsonObjectsKeys, "SelectJsonObjectsKeys" }, // 2156535872
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SetActorLoadedOnClient, "SetActorLoadedOnClient" }, // 399304618
{ &Z_Construct_UFunction_UNewCAVESystemCppBPLibrary_SetLevelSequenceActorDisableCameraCuts, "SetLevelSequenceActorDisableCameraCuts" }, // 832261862
@ -2815,14 +2986,14 @@ UNewCAVESystemCppBPLibrary::~UNewCAVESystemCppBPLibrary() {}
// End Class UNewCAVESystemCppBPLibrary
// Begin Registration
struct Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics
struct Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNewCAVESystemCppBPLibrary, UNewCAVESystemCppBPLibrary::StaticClass, TEXT("UNewCAVESystemCppBPLibrary"), &Z_Registration_Info_UClass_UNewCAVESystemCppBPLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNewCAVESystemCppBPLibrary), 2054956943U) },
{ Z_Construct_UClass_UNewCAVESystemCppBPLibrary, UNewCAVESystemCppBPLibrary::StaticClass, TEXT("UNewCAVESystemCppBPLibrary"), &Z_Registration_Info_UClass_UNewCAVESystemCppBPLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNewCAVESystemCppBPLibrary), 1935017737U) },
};
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_3798194180(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_1320550437(TEXT("/Script/NewCAVESystemCpp"),
Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
// End Registration

View File

@ -29,7 +29,10 @@ struct FKey;
#endif
#define NEWCAVESYSTEMCPP_NewCAVESystemCppBPLibrary_generated_h
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
DECLARE_FUNCTION(execGetPIEInstanceID); \
DECLARE_FUNCTION(execRemoveJsonObjectsKeysInPlace); \
DECLARE_FUNCTION(execRemoveJsonObjectsKeys); \
DECLARE_FUNCTION(execSelectJsonObjectsKeys); \
DECLARE_FUNCTION(execGameplayTagContainerArrayToOneContainer); \
DECLARE_FUNCTION(execMergeGameplayTagContainer); \
@ -79,7 +82,7 @@ struct FKey;
DECLARE_FUNCTION(execGetStreamingLevelNameFromActor);
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
private: \
static void StaticRegisterNativesUNewCAVESystemCppBPLibrary(); \
friend struct Z_Construct_UClass_UNewCAVESystemCppBPLibrary_Statics; \
@ -88,7 +91,7 @@ public: \
DECLARE_SERIALIZER(UNewCAVESystemCppBPLibrary)
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UNewCAVESystemCppBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNewCAVESystemCppBPLibrary) \
@ -102,13 +105,13 @@ public: \
NO_API virtual ~UNewCAVESystemCppBPLibrary();
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_46_PROLOG
#define FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_GENERATED_BODY_LEGACY \
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_46_PROLOG
#define FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_RPC_WRAPPERS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_INCLASS \
FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h_49_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -116,7 +119,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> NEWCAVESYSTEMCPP_API UClass* StaticClass<class UNewCAVESystemCppBPLibrary>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h
#define CURRENT_FILE_ID FID_ProjectTemp_UE55PluginDev_PackagedPlugins_NewCAVESystemCpp_HostProject_Plugins_NewCAVESystemCpp_Source_NewCAVESystemCpp_Public_NewCAVESystemCppBPLibrary_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,7 +1,7 @@
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\AutoFocusFuncLib.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_GameSession.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\ControllerActorTypes.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PawnBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\ControllerActorTypes.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\EdnParser.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\CA_PlayerControllerBase.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\NewCAVESystemCppBPLibrary.h
D:\ProjectTemp\UE55PluginDev\PackagedPlugins\NewCAVESystemCpp\HostProject\Plugins\NewCAVESystemCpp\Source\NewCAVESystemCpp\Public\EdnParser.h

View File

@ -955,4 +955,97 @@ FJsonObjectWrapper UNewCAVESystemCppBPLibrary::SelectJsonObjectsKeys(const FJson
Result.JsonObjectToString(Result.JsonString);
return Result;
}
FJsonObjectWrapper UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeys(const FJsonObjectWrapper& SourceJsonObject, const TArray<FString>& KeysToRemove)
{
FJsonObjectWrapper Result;
// Check if source JSON is valid
if (!SourceJsonObject.JsonObject.IsValid())
{
UE_LOG(LogTemp, Warning, TEXT("RemoveJsonObjectsKeys: Source JSON object is invalid"));
return Result;
}
// If no keys to remove, return a copy of the source
if (KeysToRemove.Num() == 0)
{
Result.JsonObject = MakeShared<FJsonObject>(*SourceJsonObject.JsonObject);
Result.JsonObjectToString(Result.JsonString);
return Result;
}
// Create a set for faster lookup of keys to remove
TSet<FString> KeysToRemoveSet(KeysToRemove);
// Construct new JsonObject with all fields except the ones to remove
TSharedPtr<FJsonObject> NewJsonObject = MakeShared<FJsonObject>();
for (const auto& Pair : SourceJsonObject.JsonObject->Values)
{
// Only add the field if it's not in the removal list
if (!KeysToRemoveSet.Contains(Pair.Key))
{
NewJsonObject->SetField(Pair.Key, Pair.Value);
}
}
Result.JsonObject = NewJsonObject;
Result.JsonObjectToString(Result.JsonString);
return Result;
}
void UNewCAVESystemCppBPLibrary::RemoveJsonObjectsKeysInPlace(FJsonObjectWrapper& TargetJsonObject, const TArray<FString>& KeysToRemove)
{
// Check if target JSON is valid
if (!TargetJsonObject.JsonObject.IsValid())
{
UE_LOG(LogTemp, Warning, TEXT("RemoveJsonObjectsKeysInPlace: Target JSON object is invalid"));
return;
}
// If no keys to remove, do nothing
if (KeysToRemove.Num() == 0)
{
return;
}
// Remove each key from the target JSON object
for (const FString& Key : KeysToRemove)
{
TargetJsonObject.JsonObject->RemoveField(Key);
}
// Update the JsonString in the wrapper
TargetJsonObject.JsonObjectToString(TargetJsonObject.JsonString);
}
int32 UNewCAVESystemCppBPLibrary::GetPIEInstanceID(UObject* WorldContextObject)
{
if (!WorldContextObject)
{
return -1;
}
UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::ReturnNull);
if (!World)
{
return -1;
}
#if WITH_EDITOR
// 仅在 PIE 模式下返回有效的实例 ID
if (World->WorldType == EWorldType::PIE)
{
FWorldContext* WorldContext = GEngine->GetWorldContextFromWorld(World);
if (WorldContext)
{
return WorldContext->PIEInstance;
}
}
#endif
// 非编辑器环境或非 PIE 模式返回 -1
return -1;
}

View File

@ -242,4 +242,14 @@ public:
UFUNCTION(BlueprintCallable, Category = "NewCAVESystemCpp|JSON", meta = (DisplayName = "Select Json Object Keys"))
static FJsonObjectWrapper SelectJsonObjectsKeys(const FJsonObjectWrapper& SourceJsonObject, const TArray<FString>& SelectKeys);
UFUNCTION(BlueprintCallable, Category = "NewCAVESystemCpp|JSON", meta = (DisplayName = "Remove Json Object Keys"))
static FJsonObjectWrapper RemoveJsonObjectsKeys(const FJsonObjectWrapper& SourceJsonObject, const TArray<FString>& KeysToRemove);
UFUNCTION(BlueprintCallable, Category = "NewCAVESystemCpp|JSON", meta = (DisplayName = "Remove Json Object Keys In Place"))
static void RemoveJsonObjectsKeysInPlace(UPARAM(ref) FJsonObjectWrapper& TargetJsonObject, const TArray<FString>& KeysToRemove);
UFUNCTION(BlueprintPure, Category = "NewCAVESystemCpp|Utility", meta = (WorldContext = "WorldContextObject"))
static int32 GetPIEInstanceID(UObject* WorldContextObject);
};