91 lines
5.5 KiB
C++
91 lines
5.5 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "StateStream/SkyAtmosphereStateStreamHandle.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSkyAtmosphereStateStreamHandle() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereHandle();
|
|
STATESTREAM_API UScriptStruct* Z_Construct_UScriptStruct_FStateStreamHandle();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FSkyAtmosphereHandle **********************************************
|
|
struct Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSkyAtmosphereHandle); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSkyAtmosphereHandle); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////\n// Handle for mesh instance\n" },
|
|
{ "ModuleRelativePath", "Public/StateStream/SkyAtmosphereStateStreamHandle.h" },
|
|
{ "StateStreamHandle", "true" },
|
|
{ "ToolTip", "/\n Handle for mesh instance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSkyAtmosphereHandle constinit property declarations **************
|
|
// ********** End ScriptStruct FSkyAtmosphereHandle constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSkyAtmosphereHandle>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics
|
|
static_assert(std::is_polymorphic<FSkyAtmosphereHandle>() == std::is_polymorphic<FStateStreamHandle>(), "USTRUCT FSkyAtmosphereHandle cannot be polymorphic unless super FStateStreamHandle is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle;
|
|
class UScriptStruct* FSkyAtmosphereHandle::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSkyAtmosphereHandle, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SkyAtmosphereHandle"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FStateStreamHandle,
|
|
&NewStructOps,
|
|
"SkyAtmosphereHandle",
|
|
nullptr,
|
|
0,
|
|
sizeof(FSkyAtmosphereHandle),
|
|
alignof(FSkyAtmosphereHandle),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSkyAtmosphereHandle()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.InnerSingleton, Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSkyAtmosphereHandle ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStreamHandle_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FSkyAtmosphereHandle::StaticStruct, Z_Construct_UScriptStruct_FSkyAtmosphereHandle_Statics::NewStructOps, TEXT("SkyAtmosphereHandle"),&Z_Registration_Info_UScriptStruct_FSkyAtmosphereHandle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSkyAtmosphereHandle), 3595208896U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStreamHandle_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStreamHandle_h__Script_Engine_3833972289{
|
|
TEXT("/Script/Engine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStreamHandle_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_StateStream_SkyAtmosphereStateStreamHandle_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|