Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ChaosVDBlueprint/UHT/ChaosVDRuntimeBlueprintLibrary.gen.cpp

537 lines
43 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 "ChaosVDRuntimeBlueprintLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeChaosVDRuntimeBlueprintLibrary() {}
// ********** Begin Cross Module References ********************************************************
CHAOSVDBLUEPRINT_API UClass* Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary();
CHAOSVDBLUEPRINT_API UClass* Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
UPackage* Z_Construct_UPackage__Script_ChaosVDBlueprint();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawBox **************
struct Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics
{
struct ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms
{
const UObject* WorldContext;
FBox InBox;
FName Tag;
FLinearColor Color;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Chaos Visual Debugger" },
{ "CPP_Default_Color", "(R=0.000000,G=0.000000,B=1.000000,A=1.000000)" },
{ "CPP_Default_Tag", "None" },
{ "DisplayName", "CVD Record Debug Draw Box" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "WorldContext", "WorldContext" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContext_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBox_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function RecordDebugDrawBox constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContext;
static const UECodeGen_Private::FStructPropertyParams NewProp_InBox;
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RecordDebugDrawBox constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RecordDebugDrawBox Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_WorldContext = { "WorldContext", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms, WorldContext), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContext_MetaData), NewProp_WorldContext_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_InBox = { "InBox", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms, InBox), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBox_MetaData), NewProp_InBox_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms, Tag), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_WorldContext,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_InBox,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_Tag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::NewProp_Color,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::PropPointers) < 2048);
// ********** End Function RecordDebugDrawBox Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, nullptr, "RecordDebugDrawBox", Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C42401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawBox_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawBox)
{
P_GET_OBJECT(UObject,Z_Param_WorldContext);
P_GET_STRUCT_REF(FBox,Z_Param_Out_InBox);
P_GET_PROPERTY(FNameProperty,Z_Param_Tag);
P_GET_STRUCT(FLinearColor,Z_Param_Color);
P_FINISH;
P_NATIVE_BEGIN;
UChaosVDRuntimeBlueprintLibrary::RecordDebugDrawBox(Z_Param_WorldContext,Z_Param_Out_InBox,Z_Param_Tag,Z_Param_Color);
P_NATIVE_END;
}
// ********** End Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawBox ****************
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawLine *************
struct Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics
{
struct ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms
{
const UObject* WorldContext;
FVector InStartLocation;
FVector InEndLocation;
FName Tag;
FLinearColor Color;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Chaos Visual Debugger" },
{ "CPP_Default_Color", "(R=0.000000,G=0.000000,B=1.000000,A=1.000000)" },
{ "CPP_Default_Tag", "None" },
{ "DisplayName", "CVD Record Debug Draw Line" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "WorldContext", "WorldContext" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContext_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStartLocation_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InEndLocation_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function RecordDebugDrawLine constinit property declarations *******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContext;
static const UECodeGen_Private::FStructPropertyParams NewProp_InStartLocation;
static const UECodeGen_Private::FStructPropertyParams NewProp_InEndLocation;
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RecordDebugDrawLine constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RecordDebugDrawLine Property Definitions ******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_WorldContext = { "WorldContext", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms, WorldContext), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContext_MetaData), NewProp_WorldContext_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_InStartLocation = { "InStartLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms, InStartLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStartLocation_MetaData), NewProp_InStartLocation_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_InEndLocation = { "InEndLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms, InEndLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InEndLocation_MetaData), NewProp_InEndLocation_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms, Tag), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_WorldContext,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_InStartLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_InEndLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_Tag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::NewProp_Color,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::PropPointers) < 2048);
// ********** End Function RecordDebugDrawLine Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, nullptr, "RecordDebugDrawLine", Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C42401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawLine_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawLine)
{
P_GET_OBJECT(UObject,Z_Param_WorldContext);
P_GET_STRUCT_REF(FVector,Z_Param_Out_InStartLocation);
P_GET_STRUCT_REF(FVector,Z_Param_Out_InEndLocation);
P_GET_PROPERTY(FNameProperty,Z_Param_Tag);
P_GET_STRUCT(FLinearColor,Z_Param_Color);
P_FINISH;
P_NATIVE_BEGIN;
UChaosVDRuntimeBlueprintLibrary::RecordDebugDrawLine(Z_Param_WorldContext,Z_Param_Out_InStartLocation,Z_Param_Out_InEndLocation,Z_Param_Tag,Z_Param_Color);
P_NATIVE_END;
}
// ********** End Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawLine ***************
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawSphere ***********
struct Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics
{
struct ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms
{
const UObject* WorldContext;
FVector InCenter;
float Radius;
FName Tag;
FLinearColor Color;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Chaos Visual Debugger" },
{ "CPP_Default_Color", "(R=0.000000,G=0.000000,B=1.000000,A=1.000000)" },
{ "CPP_Default_Tag", "None" },
{ "DisplayName", "CVD Record Debug Draw Sphere" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "WorldContext", "WorldContext" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContext_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InCenter_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function RecordDebugDrawSphere constinit property declarations *****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContext;
static const UECodeGen_Private::FStructPropertyParams NewProp_InCenter;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RecordDebugDrawSphere constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RecordDebugDrawSphere Property Definitions ****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_WorldContext = { "WorldContext", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms, WorldContext), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContext_MetaData), NewProp_WorldContext_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_InCenter = { "InCenter", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms, InCenter), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InCenter_MetaData), NewProp_InCenter_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms, Radius), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms, Tag), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_WorldContext,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_InCenter,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Radius,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Tag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::NewProp_Color,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::PropPointers) < 2048);
// ********** End Function RecordDebugDrawSphere Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, nullptr, "RecordDebugDrawSphere", Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C42401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawSphere_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawSphere)
{
P_GET_OBJECT(UObject,Z_Param_WorldContext);
P_GET_STRUCT_REF(FVector,Z_Param_Out_InCenter);
P_GET_PROPERTY(FFloatProperty,Z_Param_Radius);
P_GET_PROPERTY(FNameProperty,Z_Param_Tag);
P_GET_STRUCT(FLinearColor,Z_Param_Color);
P_FINISH;
P_NATIVE_BEGIN;
UChaosVDRuntimeBlueprintLibrary::RecordDebugDrawSphere(Z_Param_WorldContext,Z_Param_Out_InCenter,Z_Param_Radius,Z_Param_Tag,Z_Param_Color);
P_NATIVE_END;
}
// ********** End Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawSphere *************
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawVector ***********
struct Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics
{
struct ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms
{
const UObject* WorldContext;
FVector InStartLocation;
FVector InVector;
FName Tag;
FLinearColor Color;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Chaos Visual Debugger" },
{ "CPP_Default_Color", "(R=0.000000,G=0.000000,B=1.000000,A=1.000000)" },
{ "CPP_Default_Tag", "None" },
{ "DisplayName", "CVD Record Debug Draw Vector" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "WorldContext", "WorldContext" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContext_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStartLocation_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function RecordDebugDrawVector constinit property declarations *****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContext;
static const UECodeGen_Private::FStructPropertyParams NewProp_InStartLocation;
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RecordDebugDrawVector constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RecordDebugDrawVector Property Definitions ****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_WorldContext = { "WorldContext", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms, WorldContext), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContext_MetaData), NewProp_WorldContext_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_InStartLocation = { "InStartLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms, InStartLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStartLocation_MetaData), NewProp_InStartLocation_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms, InVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector_MetaData), NewProp_InVector_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms, Tag), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_WorldContext,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_InStartLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_InVector,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_Tag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::NewProp_Color,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::PropPointers) < 2048);
// ********** End Function RecordDebugDrawVector Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, nullptr, "RecordDebugDrawVector", Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C42401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::ChaosVDRuntimeBlueprintLibrary_eventRecordDebugDrawVector_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawVector)
{
P_GET_OBJECT(UObject,Z_Param_WorldContext);
P_GET_STRUCT_REF(FVector,Z_Param_Out_InStartLocation);
P_GET_STRUCT_REF(FVector,Z_Param_Out_InVector);
P_GET_PROPERTY(FNameProperty,Z_Param_Tag);
P_GET_STRUCT(FLinearColor,Z_Param_Color);
P_FINISH;
P_NATIVE_BEGIN;
UChaosVDRuntimeBlueprintLibrary::RecordDebugDrawVector(Z_Param_WorldContext,Z_Param_Out_InStartLocation,Z_Param_Out_InVector,Z_Param_Tag,Z_Param_Color);
P_NATIVE_END;
}
// ********** End Class UChaosVDRuntimeBlueprintLibrary Function RecordDebugDrawVector *************
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary Function SetTraceRelevancyVolume *********
struct Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics
{
struct ChaosVDRuntimeBlueprintLibrary_eventSetTraceRelevancyVolume_Parms
{
const UObject* WorldContext;
FBox RelevancyVolume;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Chaos Visual Debugger" },
{ "DisplayName", "CVD Set Trace Relevancy Volume" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "WorldContext", "WorldContext" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContext_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RelevancyVolume_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetTraceRelevancyVolume constinit property declarations ***************
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContext;
static const UECodeGen_Private::FStructPropertyParams NewProp_RelevancyVolume;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetTraceRelevancyVolume constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetTraceRelevancyVolume Property Definitions **************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::NewProp_WorldContext = { "WorldContext", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventSetTraceRelevancyVolume_Parms, WorldContext), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContext_MetaData), NewProp_WorldContext_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::NewProp_RelevancyVolume = { "RelevancyVolume", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ChaosVDRuntimeBlueprintLibrary_eventSetTraceRelevancyVolume_Parms, RelevancyVolume), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RelevancyVolume_MetaData), NewProp_RelevancyVolume_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::NewProp_WorldContext,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::NewProp_RelevancyVolume,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::PropPointers) < 2048);
// ********** End Function SetTraceRelevancyVolume Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, nullptr, "SetTraceRelevancyVolume", Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::ChaosVDRuntimeBlueprintLibrary_eventSetTraceRelevancyVolume_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C42401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::ChaosVDRuntimeBlueprintLibrary_eventSetTraceRelevancyVolume_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UChaosVDRuntimeBlueprintLibrary::execSetTraceRelevancyVolume)
{
P_GET_OBJECT(UObject,Z_Param_WorldContext);
P_GET_STRUCT_REF(FBox,Z_Param_Out_RelevancyVolume);
P_FINISH;
P_NATIVE_BEGIN;
UChaosVDRuntimeBlueprintLibrary::SetTraceRelevancyVolume(Z_Param_WorldContext,Z_Param_Out_RelevancyVolume);
P_NATIVE_END;
}
// ********** End Class UChaosVDRuntimeBlueprintLibrary Function SetTraceRelevancyVolume ***********
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary;
UClass* UChaosVDRuntimeBlueprintLibrary::GetPrivateStaticClass()
{
using TClass = UChaosVDRuntimeBlueprintLibrary;
if (!Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ChaosVDRuntimeBlueprintLibrary"),
Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary.InnerSingleton,
StaticRegisterNativesUChaosVDRuntimeBlueprintLibrary,
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_UChaosVDRuntimeBlueprintLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_NoRegister()
{
return UChaosVDRuntimeBlueprintLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Library function to record debug draw shapes that will be played back when a CVD recording is loaded\n */" },
{ "IncludePath", "ChaosVDRuntimeBlueprintLibrary.h" },
{ "ModuleRelativePath", "Public/ChaosVDRuntimeBlueprintLibrary.h" },
{ "ToolTip", "Library function to record debug draw shapes that will be played back when a CVD recording is loaded" },
};
#endif // WITH_METADATA
// ********** Begin Class UChaosVDRuntimeBlueprintLibrary constinit property declarations **********
// ********** End Class UChaosVDRuntimeBlueprintLibrary constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("RecordDebugDrawBox"), .Pointer = &UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawBox },
{ .NameUTF8 = UTF8TEXT("RecordDebugDrawLine"), .Pointer = &UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawLine },
{ .NameUTF8 = UTF8TEXT("RecordDebugDrawSphere"), .Pointer = &UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawSphere },
{ .NameUTF8 = UTF8TEXT("RecordDebugDrawVector"), .Pointer = &UChaosVDRuntimeBlueprintLibrary::execRecordDebugDrawVector },
{ .NameUTF8 = UTF8TEXT("SetTraceRelevancyVolume"), .Pointer = &UChaosVDRuntimeBlueprintLibrary::execSetTraceRelevancyVolume },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawBox, "RecordDebugDrawBox" }, // 358655624
{ &Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawLine, "RecordDebugDrawLine" }, // 962645255
{ &Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawSphere, "RecordDebugDrawSphere" }, // 4087082071
{ &Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_RecordDebugDrawVector, "RecordDebugDrawVector" }, // 3027112321
{ &Z_Construct_UFunction_UChaosVDRuntimeBlueprintLibrary_SetTraceRelevancyVolume, "SetTraceRelevancyVolume" }, // 3983960403
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UChaosVDRuntimeBlueprintLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics
UObject* (*const Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDBlueprint,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::ClassParams = {
&UChaosVDRuntimeBlueprintLibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::Class_MetaDataParams)
};
void UChaosVDRuntimeBlueprintLibrary::StaticRegisterNativesUChaosVDRuntimeBlueprintLibrary()
{
UClass* Class = UChaosVDRuntimeBlueprintLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary()
{
if (!Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary.OuterSingleton, Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary.OuterSingleton;
}
UChaosVDRuntimeBlueprintLibrary::UChaosVDRuntimeBlueprintLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UChaosVDRuntimeBlueprintLibrary);
UChaosVDRuntimeBlueprintLibrary::~UChaosVDRuntimeBlueprintLibrary() {}
// ********** End Class UChaosVDRuntimeBlueprintLibrary ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVDBlueprint_Public_ChaosVDRuntimeBlueprintLibrary_h__Script_ChaosVDBlueprint_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UChaosVDRuntimeBlueprintLibrary, UChaosVDRuntimeBlueprintLibrary::StaticClass, TEXT("UChaosVDRuntimeBlueprintLibrary"), &Z_Registration_Info_UClass_UChaosVDRuntimeBlueprintLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UChaosVDRuntimeBlueprintLibrary), 1563054050U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVDBlueprint_Public_ChaosVDRuntimeBlueprintLibrary_h__Script_ChaosVDBlueprint_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVDBlueprint_Public_ChaosVDRuntimeBlueprintLibrary_h__Script_ChaosVDBlueprint_4183022554{
TEXT("/Script/ChaosVDBlueprint"),
Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVDBlueprint_Public_ChaosVDRuntimeBlueprintLibrary_h__Script_ChaosVDBlueprint_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVDBlueprint_Public_ChaosVDRuntimeBlueprintLibrary_h__Script_ChaosVDBlueprint_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS