// 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 "MediaPlate.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMediaPlate() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_AActor(); ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister(); MEDIAPLATE_API UClass* Z_Construct_UClass_AMediaPlate(); MEDIAPLATE_API UClass* Z_Construct_UClass_AMediaPlate_NoRegister(); MEDIAPLATE_API UClass* Z_Construct_UClass_UMediaPlateComponent_NoRegister(); UPackage* Z_Construct_UPackage__Script_MediaPlate(); // ********** End Cross Module References ********************************************************** // ********** Begin Class AMediaPlate Function IsHoldoutCompositeEnabled *************************** struct Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics { struct MediaPlate_eventIsHoldoutCompositeEnabled_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintGetter", "" }, { "Comment", "/* Get the holdout composite state. */" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, { "ToolTip", "Get the holdout composite state." }, }; #endif // WITH_METADATA // ********** Begin Function IsHoldoutCompositeEnabled constinit property declarations ************* static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function IsHoldoutCompositeEnabled constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function IsHoldoutCompositeEnabled Property Definitions ************************ void Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((MediaPlate_eventIsHoldoutCompositeEnabled_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_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(MediaPlate_eventIsHoldoutCompositeEnabled_Parms), &Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::PropPointers) < 2048); // ********** End Function IsHoldoutCompositeEnabled Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AMediaPlate, nullptr, "IsHoldoutCompositeEnabled", Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::PropPointers), sizeof(Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::MediaPlate_eventIsHoldoutCompositeEnabled_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::MediaPlate_eventIsHoldoutCompositeEnabled_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(AMediaPlate::execIsHoldoutCompositeEnabled) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->IsHoldoutCompositeEnabled(); P_NATIVE_END; } // ********** End Class AMediaPlate Function IsHoldoutCompositeEnabled ***************************** // ********** Begin Class AMediaPlate Function SetHoldoutCompositeEnabled ************************** struct Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics { struct MediaPlate_eventSetHoldoutCompositeEnabled_Parms { bool bInEnabled; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintSetter", "" }, { "Comment", "/* Set the holdout composite state. */" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, { "ToolTip", "Set the holdout composite state." }, }; #endif // WITH_METADATA // ********** Begin Function SetHoldoutCompositeEnabled constinit property declarations ************ static void NewProp_bInEnabled_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bInEnabled; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetHoldoutCompositeEnabled constinit property declarations ************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetHoldoutCompositeEnabled Property Definitions *********************** void Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::NewProp_bInEnabled_SetBit(void* Obj) { ((MediaPlate_eventSetHoldoutCompositeEnabled_Parms*)Obj)->bInEnabled = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::NewProp_bInEnabled = { "bInEnabled", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MediaPlate_eventSetHoldoutCompositeEnabled_Parms), &Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::NewProp_bInEnabled_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::NewProp_bInEnabled, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::PropPointers) < 2048); // ********** End Function SetHoldoutCompositeEnabled Property Definitions ************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AMediaPlate, nullptr, "SetHoldoutCompositeEnabled", Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::PropPointers), sizeof(Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::MediaPlate_eventSetHoldoutCompositeEnabled_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::MediaPlate_eventSetHoldoutCompositeEnabled_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(AMediaPlate::execSetHoldoutCompositeEnabled) { P_GET_UBOOL(Z_Param_bInEnabled); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetHoldoutCompositeEnabled(Z_Param_bInEnabled); P_NATIVE_END; } // ********** End Class AMediaPlate Function SetHoldoutCompositeEnabled **************************** // ********** Begin Class AMediaPlate ************************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_AMediaPlate; UClass* AMediaPlate::GetPrivateStaticClass() { using TClass = AMediaPlate; if (!Z_Registration_Info_UClass_AMediaPlate.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MediaPlate"), Z_Registration_Info_UClass_AMediaPlate.InnerSingleton, StaticRegisterNativesAMediaPlate, 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_AMediaPlate.InnerSingleton; } UClass* Z_Construct_UClass_AMediaPlate_NoRegister() { return AMediaPlate::GetPrivateStaticClass(); } struct Z_Construct_UClass_AMediaPlate_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * MediaPlate is an actor that can play and show media in the world.\n */" }, { "IncludePath", "MediaPlate.h" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, { "ToolTip", "MediaPlate is an actor that can play and show media in the world." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaPlateComponent_MetaData[] = { { "Category", "MediaPlate" }, { "Comment", "//~ End AActor Interface\n" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = { { "Category", "MediaPlate" }, { "Comment", "/** Holds the mesh. */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, { "ToolTip", "Holds the mesh." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableHoldoutComposite_MetaData[] = { { "AllowPrivateAccess", "TRUE" }, { "BlueprintGetter", "IsHoldoutCompositeEnabled" }, { "BlueprintSetter", "SetHoldoutCompositeEnabled" }, { "Category", "Materials" }, { "Comment", "/** If true, the mesh is rendered separately and composited after post-processing (see HoldoutComposite plugin). Using mip generation with this setting is also recommended if the cost is acceptable, given that the composite bypasses temporal anti-aliasing. */" }, { "ModuleRelativePath", "Public/MediaPlate.h" }, { "ToolTip", "If true, the mesh is rendered separately and composited after post-processing (see HoldoutComposite plugin). Using mip generation with this setting is also recommended if the cost is acceptable, given that the composite bypasses temporal anti-aliasing." }, }; #endif // WITH_METADATA // ********** Begin Class AMediaPlate constinit property declarations ****************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaPlateComponent; static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent; static void NewProp_bEnableHoldoutComposite_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableHoldoutComposite; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class AMediaPlate constinit property declarations ******************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("IsHoldoutCompositeEnabled"), .Pointer = &AMediaPlate::execIsHoldoutCompositeEnabled }, { .NameUTF8 = UTF8TEXT("SetHoldoutCompositeEnabled"), .Pointer = &AMediaPlate::execSetHoldoutCompositeEnabled }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_AMediaPlate_IsHoldoutCompositeEnabled, "IsHoldoutCompositeEnabled" }, // 3376518209 { &Z_Construct_UFunction_AMediaPlate_SetHoldoutCompositeEnabled, "SetHoldoutCompositeEnabled" }, // 777542626 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_AMediaPlate_Statics // ********** Begin Class AMediaPlate Property Definitions ***************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AMediaPlate_Statics::NewProp_MediaPlateComponent = { "MediaPlateComponent", nullptr, (EPropertyFlags)0x01140000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMediaPlate, MediaPlateComponent), Z_Construct_UClass_UMediaPlateComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaPlateComponent_MetaData), NewProp_MediaPlateComponent_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AMediaPlate_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x01140000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMediaPlate, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) }; void Z_Construct_UClass_AMediaPlate_Statics::NewProp_bEnableHoldoutComposite_SetBit(void* Obj) { ((AMediaPlate*)Obj)->bEnableHoldoutComposite = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_AMediaPlate_Statics::NewProp_bEnableHoldoutComposite = { "bEnableHoldoutComposite", nullptr, (EPropertyFlags)0x0040000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AMediaPlate), &Z_Construct_UClass_AMediaPlate_Statics::NewProp_bEnableHoldoutComposite_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableHoldoutComposite_MetaData), NewProp_bEnableHoldoutComposite_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AMediaPlate_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMediaPlate_Statics::NewProp_MediaPlateComponent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMediaPlate_Statics::NewProp_StaticMeshComponent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMediaPlate_Statics::NewProp_bEnableHoldoutComposite, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AMediaPlate_Statics::PropPointers) < 2048); // ********** End Class AMediaPlate Property Definitions ******************************************* UObject* (*const Z_Construct_UClass_AMediaPlate_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_AActor, (UObject* (*)())Z_Construct_UPackage__Script_MediaPlate, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AMediaPlate_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_AMediaPlate_Statics::ClassParams = { &AMediaPlate::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_AMediaPlate_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_AMediaPlate_Statics::PropPointers), 0, 0x008800A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AMediaPlate_Statics::Class_MetaDataParams), Z_Construct_UClass_AMediaPlate_Statics::Class_MetaDataParams) }; void AMediaPlate::StaticRegisterNativesAMediaPlate() { UClass* Class = AMediaPlate::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_AMediaPlate_Statics::Funcs)); } UClass* Z_Construct_UClass_AMediaPlate() { if (!Z_Registration_Info_UClass_AMediaPlate.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AMediaPlate.OuterSingleton, Z_Construct_UClass_AMediaPlate_Statics::ClassParams); } return Z_Registration_Info_UClass_AMediaPlate.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AMediaPlate); AMediaPlate::~AMediaPlate() {} // ********** End Class AMediaPlate **************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlate_Source_MediaPlate_Public_MediaPlate_h__Script_MediaPlate_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_AMediaPlate, AMediaPlate::StaticClass, TEXT("AMediaPlate"), &Z_Registration_Info_UClass_AMediaPlate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AMediaPlate), 736037943U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlate_Source_MediaPlate_Public_MediaPlate_h__Script_MediaPlate_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlate_Source_MediaPlate_Public_MediaPlate_h__Script_MediaPlate_1910383280{ TEXT("/Script/MediaPlate"), Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlate_Source_MediaPlate_Public_MediaPlate_h__Script_MediaPlate_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlate_Source_MediaPlate_Public_MediaPlate_h__Script_MediaPlate_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS