Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Blutility/UHT/AsyncCaptureScene.gen.cpp

367 lines
28 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "AsyncCaptureScene.h"
#include "UObject/Class.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAsyncCaptureScene() {}
// ********** Begin Cross Module References ********************************************************
BLUTILITY_API UClass* Z_Construct_UClass_UAsyncCaptureScene();
BLUTILITY_API UClass* Z_Construct_UClass_UAsyncCaptureScene_NoRegister();
BLUTILITY_API UFunction* Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_ASceneCapture2D_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintAsyncActionBase();
ENGINE_API UClass* Z_Construct_UClass_UCameraComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTarget2D_NoRegister();
UPackage* Z_Construct_UPackage__Script_Blutility();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FOnAsyncCaptureSceneComplete ******************************************
struct Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics
{
struct _Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms
{
UTextureRenderTarget2D* Texture;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnAsyncCaptureSceneComplete constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_Texture;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnAsyncCaptureSceneComplete constinit property declarations ************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnAsyncCaptureSceneComplete Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::NewProp_Texture = { "Texture", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms, Texture), Z_Construct_UClass_UTextureRenderTarget2D_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::NewProp_Texture,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnAsyncCaptureSceneComplete Property Definitions ***********************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Blutility, nullptr, "OnAsyncCaptureSceneComplete__DelegateSignature", Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::_Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::_Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnAsyncCaptureSceneComplete_DelegateWrapper(const FMulticastScriptDelegate& OnAsyncCaptureSceneComplete, UTextureRenderTarget2D* Texture)
{
struct _Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms
{
UTextureRenderTarget2D* Texture;
};
_Script_Blutility_eventOnAsyncCaptureSceneComplete_Parms Parms;
Parms.Texture=Texture;
OnAsyncCaptureSceneComplete.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnAsyncCaptureSceneComplete ********************************************
// ********** Begin Class UAsyncCaptureScene Function CaptureSceneAsync ****************************
struct Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics
{
struct AsyncCaptureScene_eventCaptureSceneAsync_Parms
{
UCameraComponent* ViewCamera;
TSubclassOf<ASceneCapture2D> SceneCaptureClass;
int32 ResX;
int32 ResY;
UAsyncCaptureScene* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewCamera_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function CaptureSceneAsync constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ViewCamera;
static const UECodeGen_Private::FClassPropertyParams NewProp_SceneCaptureClass;
static const UECodeGen_Private::FIntPropertyParams NewProp_ResX;
static const UECodeGen_Private::FIntPropertyParams NewProp_ResY;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CaptureSceneAsync constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CaptureSceneAsync Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ViewCamera = { "ViewCamera", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneAsync_Parms, ViewCamera), Z_Construct_UClass_UCameraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewCamera_MetaData), NewProp_ViewCamera_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_SceneCaptureClass = { "SceneCaptureClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneAsync_Parms, SceneCaptureClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_ASceneCapture2D_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ResX = { "ResX", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneAsync_Parms, ResX), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ResY = { "ResY", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneAsync_Parms, ResY), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneAsync_Parms, ReturnValue), Z_Construct_UClass_UAsyncCaptureScene_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ViewCamera,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_SceneCaptureClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ResX,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ResY,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::PropPointers) < 2048);
// ********** End Function CaptureSceneAsync Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAsyncCaptureScene, nullptr, "CaptureSceneAsync", Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::AsyncCaptureScene_eventCaptureSceneAsync_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::AsyncCaptureScene_eventCaptureSceneAsync_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAsyncCaptureScene::execCaptureSceneAsync)
{
P_GET_OBJECT(UCameraComponent,Z_Param_ViewCamera);
P_GET_OBJECT(UClass,Z_Param_SceneCaptureClass);
P_GET_PROPERTY(FIntProperty,Z_Param_ResX);
P_GET_PROPERTY(FIntProperty,Z_Param_ResY);
P_FINISH;
P_NATIVE_BEGIN;
*(UAsyncCaptureScene**)Z_Param__Result=UAsyncCaptureScene::CaptureSceneAsync(Z_Param_ViewCamera,Z_Param_SceneCaptureClass,Z_Param_ResX,Z_Param_ResY);
P_NATIVE_END;
}
// ********** End Class UAsyncCaptureScene Function CaptureSceneAsync ******************************
// ********** Begin Class UAsyncCaptureScene Function CaptureSceneWithWarmupAsync ******************
struct Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics
{
struct AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms
{
UCameraComponent* ViewCamera;
TSubclassOf<ASceneCapture2D> SceneCaptureClass;
int32 ResX;
int32 ResY;
int32 WarmUpFrames;
UAsyncCaptureScene* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewCamera_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function CaptureSceneWithWarmupAsync constinit property declarations ***********
static const UECodeGen_Private::FObjectPropertyParams NewProp_ViewCamera;
static const UECodeGen_Private::FClassPropertyParams NewProp_SceneCaptureClass;
static const UECodeGen_Private::FIntPropertyParams NewProp_ResX;
static const UECodeGen_Private::FIntPropertyParams NewProp_ResY;
static const UECodeGen_Private::FIntPropertyParams NewProp_WarmUpFrames;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CaptureSceneWithWarmupAsync constinit property declarations *************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CaptureSceneWithWarmupAsync Property Definitions **********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ViewCamera = { "ViewCamera", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, ViewCamera), Z_Construct_UClass_UCameraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewCamera_MetaData), NewProp_ViewCamera_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_SceneCaptureClass = { "SceneCaptureClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, SceneCaptureClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_ASceneCapture2D_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ResX = { "ResX", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, ResX), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ResY = { "ResY", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, ResY), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_WarmUpFrames = { "WarmUpFrames", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, WarmUpFrames), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms, ReturnValue), Z_Construct_UClass_UAsyncCaptureScene_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ViewCamera,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_SceneCaptureClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ResX,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ResY,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_WarmUpFrames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::PropPointers) < 2048);
// ********** End Function CaptureSceneWithWarmupAsync Property Definitions ************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAsyncCaptureScene, nullptr, "CaptureSceneWithWarmupAsync", Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::AsyncCaptureScene_eventCaptureSceneWithWarmupAsync_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UAsyncCaptureScene::execCaptureSceneWithWarmupAsync)
{
P_GET_OBJECT(UCameraComponent,Z_Param_ViewCamera);
P_GET_OBJECT(UClass,Z_Param_SceneCaptureClass);
P_GET_PROPERTY(FIntProperty,Z_Param_ResX);
P_GET_PROPERTY(FIntProperty,Z_Param_ResY);
P_GET_PROPERTY(FIntProperty,Z_Param_WarmUpFrames);
P_FINISH;
P_NATIVE_BEGIN;
*(UAsyncCaptureScene**)Z_Param__Result=UAsyncCaptureScene::CaptureSceneWithWarmupAsync(Z_Param_ViewCamera,Z_Param_SceneCaptureClass,Z_Param_ResX,Z_Param_ResY,Z_Param_WarmUpFrames);
P_NATIVE_END;
}
// ********** End Class UAsyncCaptureScene Function CaptureSceneWithWarmupAsync ********************
// ********** Begin Class UAsyncCaptureScene *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAsyncCaptureScene;
UClass* UAsyncCaptureScene::GetPrivateStaticClass()
{
using TClass = UAsyncCaptureScene;
if (!Z_Registration_Info_UClass_UAsyncCaptureScene.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AsyncCaptureScene"),
Z_Registration_Info_UClass_UAsyncCaptureScene.InnerSingleton,
StaticRegisterNativesUAsyncCaptureScene,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UAsyncCaptureScene.InnerSingleton;
}
UClass* Z_Construct_UClass_UAsyncCaptureScene_NoRegister()
{
return UAsyncCaptureScene::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAsyncCaptureScene_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "AsyncCaptureScene.h" },
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Complete_MetaData[] = {
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SceneCapture_MetaData[] = {
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SceneCaptureRT_MetaData[] = {
{ "ModuleRelativePath", "Public/AsyncCaptureScene.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAsyncCaptureScene constinit property declarations ***********************
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_Complete;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SceneCapture;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SceneCaptureRT;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAsyncCaptureScene constinit property declarations *************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("CaptureSceneAsync"), .Pointer = &UAsyncCaptureScene::execCaptureSceneAsync },
{ .NameUTF8 = UTF8TEXT("CaptureSceneWithWarmupAsync"), .Pointer = &UAsyncCaptureScene::execCaptureSceneWithWarmupAsync },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneAsync, "CaptureSceneAsync" }, // 1729332564
{ &Z_Construct_UFunction_UAsyncCaptureScene_CaptureSceneWithWarmupAsync, "CaptureSceneWithWarmupAsync" }, // 2060761135
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAsyncCaptureScene>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAsyncCaptureScene_Statics
// ********** Begin Class UAsyncCaptureScene Property Definitions **********************************
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_Complete = { "Complete", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAsyncCaptureScene, Complete), Z_Construct_UDelegateFunction_Blutility_OnAsyncCaptureSceneComplete__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Complete_MetaData), NewProp_Complete_MetaData) }; // 2282827844
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_SceneCapture = { "SceneCapture", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAsyncCaptureScene, SceneCapture), Z_Construct_UClass_ASceneCapture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SceneCapture_MetaData), NewProp_SceneCapture_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_SceneCaptureRT = { "SceneCaptureRT", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAsyncCaptureScene, SceneCaptureRT), Z_Construct_UClass_UTextureRenderTarget2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SceneCaptureRT_MetaData), NewProp_SceneCaptureRT_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAsyncCaptureScene_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_Complete,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_SceneCapture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAsyncCaptureScene_Statics::NewProp_SceneCaptureRT,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAsyncCaptureScene_Statics::PropPointers) < 2048);
// ********** End Class UAsyncCaptureScene Property Definitions ************************************
UObject* (*const Z_Construct_UClass_UAsyncCaptureScene_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintAsyncActionBase,
(UObject* (*)())Z_Construct_UPackage__Script_Blutility,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAsyncCaptureScene_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAsyncCaptureScene_Statics::ClassParams = {
&UAsyncCaptureScene::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UAsyncCaptureScene_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UAsyncCaptureScene_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAsyncCaptureScene_Statics::Class_MetaDataParams), Z_Construct_UClass_UAsyncCaptureScene_Statics::Class_MetaDataParams)
};
void UAsyncCaptureScene::StaticRegisterNativesUAsyncCaptureScene()
{
UClass* Class = UAsyncCaptureScene::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAsyncCaptureScene_Statics::Funcs));
}
UClass* Z_Construct_UClass_UAsyncCaptureScene()
{
if (!Z_Registration_Info_UClass_UAsyncCaptureScene.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAsyncCaptureScene.OuterSingleton, Z_Construct_UClass_UAsyncCaptureScene_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAsyncCaptureScene.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAsyncCaptureScene);
UAsyncCaptureScene::~UAsyncCaptureScene() {}
// ********** End Class UAsyncCaptureScene *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Blutility_Public_AsyncCaptureScene_h__Script_Blutility_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAsyncCaptureScene, UAsyncCaptureScene::StaticClass, TEXT("UAsyncCaptureScene"), &Z_Registration_Info_UClass_UAsyncCaptureScene, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAsyncCaptureScene), 1137792597U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Blutility_Public_AsyncCaptureScene_h__Script_Blutility_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Blutility_Public_AsyncCaptureScene_h__Script_Blutility_1909273290{
TEXT("/Script/Blutility"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_Blutility_Public_AsyncCaptureScene_h__Script_Blutility_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Blutility_Public_AsyncCaptureScene_h__Script_Blutility_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS