// 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 "StateStream/SkyAtmosphereStateStream.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSkyAtmosphereStateStream() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_ESkyAtmosphereTransformMode(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FOverrideAtmosphericLight(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereStaticState(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FSkyAtmosphereStaticState ***************************************** struct Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics { static inline consteval int32 GetStructSize() { return sizeof(FSkyAtmosphereStaticState); } static inline consteval int16 GetStructAlignment() { return alignof(FSkyAtmosphereStaticState); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////\n// Static state for mesh instance. Can only be set upon creation\n" }, { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, { "StateStreamStaticState", "true" }, { "ToolTip", "/\n Static state for mesh instance. Can only be set upon creation" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FSkyAtmosphereStaticState constinit property declarations ********* // ********** End ScriptStruct FSkyAtmosphereStaticState constinit property declarations *********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState; class UScriptStruct* FSkyAtmosphereStaticState::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.OuterSingleton) { Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSkyAtmosphereStaticState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SkyAtmosphereStaticState")); } return Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "SkyAtmosphereStaticState", nullptr, 0, sizeof(FSkyAtmosphereStaticState), alignof(FSkyAtmosphereStaticState), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereStaticState() { if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.InnerSingleton, Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState.InnerSingleton); } // ********** End ScriptStruct FSkyAtmosphereStaticState ******************************************* // ********** Begin ScriptStruct FOverrideAtmosphericLight ***************************************** struct Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics { static inline consteval int32 GetStructSize() { return sizeof(FOverrideAtmosphericLight); } static inline consteval int16 GetStructAlignment() { return alignof(FOverrideAtmosphericLight); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////\n// Dynamic state for mesh instance. Can be updated inside ticks\n" }, { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, { "ToolTip", "/\n Dynamic state for mesh instance. Can be updated inside ticks" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnabledMask_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FOverrideAtmosphericLight constinit property declarations ********* static const UECodeGen_Private::FBytePropertyParams NewProp_EnabledMask; static const UECodeGen_Private::FStructPropertyParams NewProp_Direction; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FOverrideAtmosphericLight constinit property declarations *********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight; class UScriptStruct* FOverrideAtmosphericLight::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.OuterSingleton) { Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOverrideAtmosphericLight, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("OverrideAtmosphericLight")); } return Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.OuterSingleton; } // ********** Begin ScriptStruct FOverrideAtmosphericLight Property Definitions ******************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::NewProp_EnabledMask = { "EnabledMask", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FOverrideAtmosphericLight, EnabledMask), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnabledMask_MetaData), NewProp_EnabledMask_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, CPP_ARRAY_DIM(Direction, FOverrideAtmosphericLight), STRUCT_OFFSET(FOverrideAtmosphericLight, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::NewProp_EnabledMask, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::NewProp_Direction, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::PropPointers) < 2048); // ********** End ScriptStruct FOverrideAtmosphericLight Property Definitions ********************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "OverrideAtmosphericLight", Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::PropPointers), sizeof(FOverrideAtmosphericLight), alignof(FOverrideAtmosphericLight), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FOverrideAtmosphericLight() { if (!Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.InnerSingleton, Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight.InnerSingleton); } // ********** End ScriptStruct FOverrideAtmosphericLight ******************************************* // ********** Begin ScriptStruct FSkyAtmosphereDynamicState **************************************** struct Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics { static inline consteval int32 GetStructSize() { return sizeof(FSkyAtmosphereDynamicState); } static inline consteval int16 GetStructAlignment() { return alignof(FSkyAtmosphereDynamicState); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, { "StateStreamDynamicState", "true" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformMode_MetaData[] = { { "Comment", "// private: // Should be private but complicates some of the code that needs support both this path and UComponent path\n" }, { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, { "ToolTip", "private: Should be private but complicates some of the code that needs support both this path and UComponent path" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BottomRadius_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroundAlbedo_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AtmosphereHeight_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MultiScatteringFactor_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TraceSampleCountScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RayleighScatteringScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RayleighScattering_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RayleighExponentialDistribution_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieScatteringScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieScattering_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieAbsorptionScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieAbsorption_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieAnisotropy_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MieExponentialDistribution_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherAbsorptionScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherAbsorption_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherTentDistributionTipAltitude_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherTentDistributionTipValue_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherTentDistributionWidth_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkyLuminanceFactor_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkyAndAerialPerspectiveLuminanceFactor_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AerialPespectiveViewDistanceScale_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeightFogContribution_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransmittanceMinLightElevationAngle_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AerialPerspectiveStartDepth_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHoldout_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRenderInMainPass_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBuilt_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComponentTransform_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideAtmosphericLight_MetaData[] = { { "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStream.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FSkyAtmosphereDynamicState constinit property declarations ******** static const UECodeGen_Private::FBytePropertyParams NewProp_TransformMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_TransformMode; static const UECodeGen_Private::FFloatPropertyParams NewProp_BottomRadius; static const UECodeGen_Private::FStructPropertyParams NewProp_GroundAlbedo; static const UECodeGen_Private::FFloatPropertyParams NewProp_AtmosphereHeight; static const UECodeGen_Private::FFloatPropertyParams NewProp_MultiScatteringFactor; static const UECodeGen_Private::FFloatPropertyParams NewProp_TraceSampleCountScale; static const UECodeGen_Private::FFloatPropertyParams NewProp_RayleighScatteringScale; static const UECodeGen_Private::FStructPropertyParams NewProp_RayleighScattering; static const UECodeGen_Private::FFloatPropertyParams NewProp_RayleighExponentialDistribution; static const UECodeGen_Private::FFloatPropertyParams NewProp_MieScatteringScale; static const UECodeGen_Private::FStructPropertyParams NewProp_MieScattering; static const UECodeGen_Private::FFloatPropertyParams NewProp_MieAbsorptionScale; static const UECodeGen_Private::FStructPropertyParams NewProp_MieAbsorption; static const UECodeGen_Private::FFloatPropertyParams NewProp_MieAnisotropy; static const UECodeGen_Private::FFloatPropertyParams NewProp_MieExponentialDistribution; static const UECodeGen_Private::FFloatPropertyParams NewProp_OtherAbsorptionScale; static const UECodeGen_Private::FStructPropertyParams NewProp_OtherAbsorption; static const UECodeGen_Private::FFloatPropertyParams NewProp_OtherTentDistributionTipAltitude; static const UECodeGen_Private::FFloatPropertyParams NewProp_OtherTentDistributionTipValue; static const UECodeGen_Private::FFloatPropertyParams NewProp_OtherTentDistributionWidth; static const UECodeGen_Private::FStructPropertyParams NewProp_SkyLuminanceFactor; static const UECodeGen_Private::FStructPropertyParams NewProp_SkyAndAerialPerspectiveLuminanceFactor; static const UECodeGen_Private::FFloatPropertyParams NewProp_AerialPespectiveViewDistanceScale; static const UECodeGen_Private::FFloatPropertyParams NewProp_HeightFogContribution; static const UECodeGen_Private::FFloatPropertyParams NewProp_TransmittanceMinLightElevationAngle; static const UECodeGen_Private::FFloatPropertyParams NewProp_AerialPerspectiveStartDepth; static void NewProp_bHoldout_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bHoldout; static void NewProp_bRenderInMainPass_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bRenderInMainPass; static void NewProp_bBuilt_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bBuilt; static const UECodeGen_Private::FStructPropertyParams NewProp_ComponentTransform; static const UECodeGen_Private::FStructPropertyParams NewProp_OverrideAtmosphericLight; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FSkyAtmosphereDynamicState constinit property declarations ********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState; class UScriptStruct* FSkyAtmosphereDynamicState::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.OuterSingleton) { Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SkyAtmosphereDynamicState")); } return Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.OuterSingleton; } // ********** Begin ScriptStruct FSkyAtmosphereDynamicState Property Definitions ******************* const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TransformMode_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_FSkyAtmosphereDynamicState_Statics::NewProp_TransformMode = { "TransformMode", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, TransformMode), Z_Construct_UEnum_Engine_ESkyAtmosphereTransformMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformMode_MetaData), NewProp_TransformMode_MetaData) }; // 3818995542 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_BottomRadius = { "BottomRadius", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, BottomRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BottomRadius_MetaData), NewProp_BottomRadius_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_GroundAlbedo = { "GroundAlbedo", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, GroundAlbedo), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroundAlbedo_MetaData), NewProp_GroundAlbedo_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AtmosphereHeight = { "AtmosphereHeight", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, AtmosphereHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AtmosphereHeight_MetaData), NewProp_AtmosphereHeight_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MultiScatteringFactor = { "MultiScatteringFactor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MultiScatteringFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MultiScatteringFactor_MetaData), NewProp_MultiScatteringFactor_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TraceSampleCountScale = { "TraceSampleCountScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, TraceSampleCountScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TraceSampleCountScale_MetaData), NewProp_TraceSampleCountScale_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighScatteringScale = { "RayleighScatteringScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, RayleighScatteringScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RayleighScatteringScale_MetaData), NewProp_RayleighScatteringScale_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighScattering = { "RayleighScattering", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, RayleighScattering), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RayleighScattering_MetaData), NewProp_RayleighScattering_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighExponentialDistribution = { "RayleighExponentialDistribution", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, RayleighExponentialDistribution), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RayleighExponentialDistribution_MetaData), NewProp_RayleighExponentialDistribution_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieScatteringScale = { "MieScatteringScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieScatteringScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieScatteringScale_MetaData), NewProp_MieScatteringScale_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieScattering = { "MieScattering", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieScattering), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieScattering_MetaData), NewProp_MieScattering_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAbsorptionScale = { "MieAbsorptionScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieAbsorptionScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieAbsorptionScale_MetaData), NewProp_MieAbsorptionScale_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAbsorption = { "MieAbsorption", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieAbsorption), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieAbsorption_MetaData), NewProp_MieAbsorption_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAnisotropy = { "MieAnisotropy", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieAnisotropy), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieAnisotropy_MetaData), NewProp_MieAnisotropy_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieExponentialDistribution = { "MieExponentialDistribution", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, MieExponentialDistribution), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MieExponentialDistribution_MetaData), NewProp_MieExponentialDistribution_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherAbsorptionScale = { "OtherAbsorptionScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OtherAbsorptionScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherAbsorptionScale_MetaData), NewProp_OtherAbsorptionScale_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherAbsorption = { "OtherAbsorption", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OtherAbsorption), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherAbsorption_MetaData), NewProp_OtherAbsorption_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionTipAltitude = { "OtherTentDistributionTipAltitude", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OtherTentDistributionTipAltitude), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherTentDistributionTipAltitude_MetaData), NewProp_OtherTentDistributionTipAltitude_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionTipValue = { "OtherTentDistributionTipValue", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OtherTentDistributionTipValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherTentDistributionTipValue_MetaData), NewProp_OtherTentDistributionTipValue_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionWidth = { "OtherTentDistributionWidth", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OtherTentDistributionWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherTentDistributionWidth_MetaData), NewProp_OtherTentDistributionWidth_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_SkyLuminanceFactor = { "SkyLuminanceFactor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, SkyLuminanceFactor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkyLuminanceFactor_MetaData), NewProp_SkyLuminanceFactor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_SkyAndAerialPerspectiveLuminanceFactor = { "SkyAndAerialPerspectiveLuminanceFactor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, SkyAndAerialPerspectiveLuminanceFactor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkyAndAerialPerspectiveLuminanceFactor_MetaData), NewProp_SkyAndAerialPerspectiveLuminanceFactor_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AerialPespectiveViewDistanceScale = { "AerialPespectiveViewDistanceScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, AerialPespectiveViewDistanceScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AerialPespectiveViewDistanceScale_MetaData), NewProp_AerialPespectiveViewDistanceScale_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_HeightFogContribution = { "HeightFogContribution", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, HeightFogContribution), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeightFogContribution_MetaData), NewProp_HeightFogContribution_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TransmittanceMinLightElevationAngle = { "TransmittanceMinLightElevationAngle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, TransmittanceMinLightElevationAngle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransmittanceMinLightElevationAngle_MetaData), NewProp_TransmittanceMinLightElevationAngle_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AerialPerspectiveStartDepth = { "AerialPerspectiveStartDepth", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, AerialPerspectiveStartDepth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AerialPerspectiveStartDepth_MetaData), NewProp_AerialPerspectiveStartDepth_MetaData) }; void Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bHoldout_SetBit(void* Obj) { ((FSkyAtmosphereDynamicState*)Obj)->bHoldout = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bHoldout = { "bHoldout", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FSkyAtmosphereDynamicState), &Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bHoldout_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHoldout_MetaData), NewProp_bHoldout_MetaData) }; void Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bRenderInMainPass_SetBit(void* Obj) { ((FSkyAtmosphereDynamicState*)Obj)->bRenderInMainPass = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bRenderInMainPass = { "bRenderInMainPass", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FSkyAtmosphereDynamicState), &Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bRenderInMainPass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRenderInMainPass_MetaData), NewProp_bRenderInMainPass_MetaData) }; void Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bBuilt_SetBit(void* Obj) { ((FSkyAtmosphereDynamicState*)Obj)->bBuilt = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bBuilt = { "bBuilt", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FSkyAtmosphereDynamicState), &Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bBuilt_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBuilt_MetaData), NewProp_bBuilt_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_ComponentTransform = { "ComponentTransform", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, ComponentTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComponentTransform_MetaData), NewProp_ComponentTransform_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OverrideAtmosphericLight = { "OverrideAtmosphericLight", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSkyAtmosphereDynamicState, OverrideAtmosphericLight), Z_Construct_UScriptStruct_FOverrideAtmosphericLight, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideAtmosphericLight_MetaData), NewProp_OverrideAtmosphericLight_MetaData) }; // 2534201663 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TransformMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TransformMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_BottomRadius, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_GroundAlbedo, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AtmosphereHeight, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MultiScatteringFactor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TraceSampleCountScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighScatteringScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighScattering, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_RayleighExponentialDistribution, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieScatteringScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieScattering, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAbsorptionScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAbsorption, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieAnisotropy, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_MieExponentialDistribution, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherAbsorptionScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherAbsorption, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionTipAltitude, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionTipValue, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OtherTentDistributionWidth, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_SkyLuminanceFactor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_SkyAndAerialPerspectiveLuminanceFactor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AerialPespectiveViewDistanceScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_HeightFogContribution, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_TransmittanceMinLightElevationAngle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_AerialPerspectiveStartDepth, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bHoldout, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bRenderInMainPass, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_bBuilt, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_ComponentTransform, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewProp_OverrideAtmosphericLight, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::PropPointers) < 2048); // ********** End ScriptStruct FSkyAtmosphereDynamicState Property Definitions ********************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "SkyAtmosphereDynamicState", Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::PropPointers), sizeof(FSkyAtmosphereDynamicState), alignof(FSkyAtmosphereDynamicState), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState() { if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.InnerSingleton, Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState.InnerSingleton); } // ********** End ScriptStruct FSkyAtmosphereDynamicState ****************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStream_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FSkyAtmosphereStaticState::StaticStruct, Z_Construct_UScriptStruct_FSkyAtmosphereStaticState_Statics::NewStructOps, TEXT("SkyAtmosphereStaticState"),&Z_Registration_Info_UScriptStruct_FSkyAtmosphereStaticState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSkyAtmosphereStaticState), 2626653980U) }, { FOverrideAtmosphericLight::StaticStruct, Z_Construct_UScriptStruct_FOverrideAtmosphericLight_Statics::NewStructOps, TEXT("OverrideAtmosphericLight"),&Z_Registration_Info_UScriptStruct_FOverrideAtmosphericLight, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOverrideAtmosphericLight), 2534201663U) }, { FSkyAtmosphereDynamicState::StaticStruct, Z_Construct_UScriptStruct_FSkyAtmosphereDynamicState_Statics::NewStructOps, TEXT("SkyAtmosphereDynamicState"),&Z_Registration_Info_UScriptStruct_FSkyAtmosphereDynamicState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSkyAtmosphereDynamicState), 4153040934U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStream_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStream_h__Script_Engine_3683280951{ TEXT("/Script/Engine"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStream_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStream_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS