// 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 "ChaosVDSkySphereInterface.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeChaosVDSkySphereInterface() {} // ********** Begin Cross Module References ******************************************************** CHAOSVD_API UClass* Z_Construct_UClass_UChaosVDSkySphereInterface(); CHAOSVD_API UClass* Z_Construct_UClass_UChaosVDSkySphereInterface_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UInterface(); ENGINE_API UClass* Z_Construct_UClass_ADirectionalLight_NoRegister(); UPackage* Z_Construct_UPackage__Script_ChaosVD(); // ********** End Cross Module References ********************************************************** // ********** Begin Interface UChaosVDSkySphereInterface Function Refresh ************************** void IChaosVDSkySphereInterface::Refresh() { check(0 && "Do not directly call Event functions in Interfaces. Call Execute_Refresh instead."); } static FName NAME_UChaosVDSkySphereInterface_Refresh = FName(TEXT("Refresh")); void IChaosVDSkySphereInterface::Execute_Refresh(UObject* O) { check(O != NULL); check(O->GetClass()->ImplementsInterface(UChaosVDSkySphereInterface::StaticClass())); UFunction* const Func = O->FindFunction(NAME_UChaosVDSkySphereInterface_Refresh); if (Func) { O->ProcessEvent(Func, NULL); } else if (auto I = (IChaosVDSkySphereInterface*)(O->GetNativeInterfaceAddress(UChaosVDSkySphereInterface::StaticClass()))) { I->Refresh_Implementation(); } } struct Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "CallInEditor", "true" }, { "ModuleRelativePath", "Private/ChaosVDSkySphereInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Function Refresh constinit property declarations ******************************* // ********** End Function Refresh constinit property declarations ********************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDSkySphereInterface, nullptr, "Refresh", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(IChaosVDSkySphereInterface::execRefresh) { P_FINISH; P_NATIVE_BEGIN; P_THIS->Refresh_Implementation(); P_NATIVE_END; } // ********** End Interface UChaosVDSkySphereInterface Function Refresh **************************** // ********** Begin Interface UChaosVDSkySphereInterface Function SetDirectionalLightSource ******** struct ChaosVDSkySphereInterface_eventSetDirectionalLightSource_Parms { ADirectionalLight* NewLightSource; }; void IChaosVDSkySphereInterface::SetDirectionalLightSource(ADirectionalLight* NewLightSource) { check(0 && "Do not directly call Event functions in Interfaces. Call Execute_SetDirectionalLightSource instead."); } static FName NAME_UChaosVDSkySphereInterface_SetDirectionalLightSource = FName(TEXT("SetDirectionalLightSource")); void IChaosVDSkySphereInterface::Execute_SetDirectionalLightSource(UObject* O, ADirectionalLight* NewLightSource) { check(O != NULL); check(O->GetClass()->ImplementsInterface(UChaosVDSkySphereInterface::StaticClass())); ChaosVDSkySphereInterface_eventSetDirectionalLightSource_Parms Parms; UFunction* const Func = O->FindFunction(NAME_UChaosVDSkySphereInterface_SetDirectionalLightSource); if (Func) { Parms.NewLightSource=std::move(NewLightSource); O->ProcessEvent(Func, &Parms); } else if (auto I = (IChaosVDSkySphereInterface*)(O->GetNativeInterfaceAddress(UChaosVDSkySphereInterface::StaticClass()))) { I->SetDirectionalLightSource_Implementation(NewLightSource); } } struct Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "CallInEditor", "true" }, { "ModuleRelativePath", "Private/ChaosVDSkySphereInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetDirectionalLightSource constinit property declarations ************* static const UECodeGen_Private::FObjectPropertyParams NewProp_NewLightSource; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetDirectionalLightSource constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetDirectionalLightSource Property Definitions ************************ const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::NewProp_NewLightSource = { "NewLightSource", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDSkySphereInterface_eventSetDirectionalLightSource_Parms, NewLightSource), Z_Construct_UClass_ADirectionalLight_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::NewProp_NewLightSource, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::PropPointers) < 2048); // ********** End Function SetDirectionalLightSource Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDSkySphereInterface, nullptr, "SetDirectionalLightSource", Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::PropPointers), sizeof(ChaosVDSkySphereInterface_eventSetDirectionalLightSource_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(ChaosVDSkySphereInterface_eventSetDirectionalLightSource_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(IChaosVDSkySphereInterface::execSetDirectionalLightSource) { P_GET_OBJECT(ADirectionalLight,Z_Param_NewLightSource); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetDirectionalLightSource_Implementation(Z_Param_NewLightSource); P_NATIVE_END; } // ********** End Interface UChaosVDSkySphereInterface Function SetDirectionalLightSource ********** // ********** Begin Interface UChaosVDSkySphereInterface ******************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UChaosVDSkySphereInterface; UClass* UChaosVDSkySphereInterface::GetPrivateStaticClass() { using TClass = UChaosVDSkySphereInterface; if (!Z_Registration_Info_UClass_UChaosVDSkySphereInterface.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ChaosVDSkySphereInterface"), Z_Registration_Info_UClass_UChaosVDSkySphereInterface.InnerSingleton, StaticRegisterNativesUChaosVDSkySphereInterface, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UChaosVDSkySphereInterface.InnerSingleton; } UClass* Z_Construct_UClass_UChaosVDSkySphereInterface_NoRegister() { return UChaosVDSkySphereInterface::GetPrivateStaticClass(); } struct Z_Construct_UClass_UChaosVDSkySphereInterface_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "ModuleRelativePath", "Private/ChaosVDSkySphereInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Interface UChaosVDSkySphereInterface constinit property declarations *********** // ********** End Interface UChaosVDSkySphereInterface constinit property declarations ************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("Refresh"), .Pointer = &IChaosVDSkySphereInterface::execRefresh }, { .NameUTF8 = UTF8TEXT("SetDirectionalLightSource"), .Pointer = &IChaosVDSkySphereInterface::execSetDirectionalLightSource }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UChaosVDSkySphereInterface_Refresh, "Refresh" }, // 3993181475 { &Z_Construct_UFunction_UChaosVDSkySphereInterface_SetDirectionalLightSource, "SetDirectionalLightSource" }, // 4088594805 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UChaosVDSkySphereInterface_Statics UObject* (*const Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterface, (UObject* (*)())Z_Construct_UPackage__Script_ChaosVD, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::ClassParams = { &UChaosVDSkySphereInterface::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, 0, 0x000040A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::Class_MetaDataParams) }; void UChaosVDSkySphereInterface::StaticRegisterNativesUChaosVDSkySphereInterface() { UClass* Class = UChaosVDSkySphereInterface::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::Funcs)); } UClass* Z_Construct_UClass_UChaosVDSkySphereInterface() { if (!Z_Registration_Info_UClass_UChaosVDSkySphereInterface.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UChaosVDSkySphereInterface.OuterSingleton, Z_Construct_UClass_UChaosVDSkySphereInterface_Statics::ClassParams); } return Z_Registration_Info_UClass_UChaosVDSkySphereInterface.OuterSingleton; } UChaosVDSkySphereInterface::UChaosVDSkySphereInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UChaosVDSkySphereInterface); // ********** End Interface UChaosVDSkySphereInterface ********************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_ChaosVDSkySphereInterface_h__Script_ChaosVD_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UChaosVDSkySphereInterface, UChaosVDSkySphereInterface::StaticClass, TEXT("UChaosVDSkySphereInterface"), &Z_Registration_Info_UClass_UChaosVDSkySphereInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UChaosVDSkySphereInterface), 2778001518U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_ChaosVDSkySphereInterface_h__Script_ChaosVD_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_ChaosVDSkySphereInterface_h__Script_ChaosVD_572669491{ TEXT("/Script/ChaosVD"), Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_ChaosVDSkySphereInterface_h__Script_ChaosVD_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_ChaosVDSkySphereInterface_h__Script_ChaosVD_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS