Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/TraceUtilities/UHT/TraceUtilLibrary.gen.cpp

1013 lines
69 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 "TraceUtilLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTraceUtilLibrary() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
TRACEUTILITIES_API UClass* Z_Construct_UClass_UTraceUtilLibrary();
TRACEUTILITIES_API UClass* Z_Construct_UClass_UTraceUtilLibrary_NoRegister();
UPackage* Z_Construct_UPackage__Script_TraceUtilities();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UTraceUtilLibrary Function GetAllChannels ********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics
{
struct TraceUtilLibrary_eventGetAllChannels_Parms
{
TArray<FString> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetAllChannels constinit property declarations ************************
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetAllChannels constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetAllChannels Property Definitions ***********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventGetAllChannels_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::PropPointers) < 2048);
// ********** End Function GetAllChannels Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "GetAllChannels", Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::TraceUtilLibrary_eventGetAllChannels_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::TraceUtilLibrary_eventGetAllChannels_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execGetAllChannels)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<FString>*)Z_Param__Result=UTraceUtilLibrary::GetAllChannels();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function GetAllChannels **********************************
// ********** Begin Class UTraceUtilLibrary Function GetEnabledChannels ****************************
struct Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics
{
struct TraceUtilLibrary_eventGetEnabledChannels_Parms
{
TArray<FString> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetEnabledChannels constinit property declarations ********************
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetEnabledChannels constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetEnabledChannels Property Definitions *******************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventGetEnabledChannels_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::PropPointers) < 2048);
// ********** End Function GetEnabledChannels Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "GetEnabledChannels", Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::TraceUtilLibrary_eventGetEnabledChannels_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::TraceUtilLibrary_eventGetEnabledChannels_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execGetEnabledChannels)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<FString>*)Z_Param__Result=UTraceUtilLibrary::GetEnabledChannels();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function GetEnabledChannels ******************************
// ********** Begin Class UTraceUtilLibrary Function IsChannelEnabled ******************************
struct Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics
{
struct TraceUtilLibrary_eventIsChannelEnabled_Parms
{
FString ChannelName;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChannelName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsChannelEnabled constinit property declarations **********************
static const UECodeGen_Private::FStrPropertyParams NewProp_ChannelName;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsChannelEnabled constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsChannelEnabled Property Definitions *********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ChannelName = { "ChannelName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventIsChannelEnabled_Parms, ChannelName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChannelName_MetaData), NewProp_ChannelName_MetaData) };
void Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventIsChannelEnabled_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventIsChannelEnabled_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ChannelName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::PropPointers) < 2048);
// ********** End Function IsChannelEnabled Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "IsChannelEnabled", Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::TraceUtilLibrary_eventIsChannelEnabled_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::TraceUtilLibrary_eventIsChannelEnabled_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execIsChannelEnabled)
{
P_GET_PROPERTY(FStrProperty,Z_Param_ChannelName);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::IsChannelEnabled(Z_Param_ChannelName);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function IsChannelEnabled ********************************
// ********** Begin Class UTraceUtilLibrary Function IsTracing *************************************
struct Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics
{
struct TraceUtilLibrary_eventIsTracing_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function IsTracing constinit property declarations *****************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsTracing constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsTracing Property Definitions ****************************************
void Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventIsTracing_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventIsTracing_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::PropPointers) < 2048);
// ********** End Function IsTracing Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "IsTracing", Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::TraceUtilLibrary_eventIsTracing_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::TraceUtilLibrary_eventIsTracing_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_IsTracing()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_IsTracing_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execIsTracing)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::IsTracing();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function IsTracing ***************************************
// ********** Begin Class UTraceUtilLibrary Function PauseTracing **********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics
{
struct TraceUtilLibrary_eventPauseTracing_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function PauseTracing constinit property declarations **************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function PauseTracing constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function PauseTracing Property Definitions *************************************
void Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventPauseTracing_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventPauseTracing_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::PropPointers) < 2048);
// ********** End Function PauseTracing Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "PauseTracing", Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::TraceUtilLibrary_eventPauseTracing_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::TraceUtilLibrary_eventPauseTracing_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execPauseTracing)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::PauseTracing();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function PauseTracing ************************************
// ********** Begin Class UTraceUtilLibrary Function ResumeTracing *********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics
{
struct TraceUtilLibrary_eventResumeTracing_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function ResumeTracing constinit property declarations *************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ResumeTracing constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ResumeTracing Property Definitions ************************************
void Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventResumeTracing_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventResumeTracing_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::PropPointers) < 2048);
// ********** End Function ResumeTracing Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "ResumeTracing", Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::TraceUtilLibrary_eventResumeTracing_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::TraceUtilLibrary_eventResumeTracing_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execResumeTracing)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::ResumeTracing();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function ResumeTracing ***********************************
// ********** Begin Class UTraceUtilLibrary Function StartTraceSendTo ******************************
struct Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics
{
struct TraceUtilLibrary_eventStartTraceSendTo_Parms
{
FString Target;
TArray<FString> Channels;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Channels_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function StartTraceSendTo constinit property declarations **********************
static const UECodeGen_Private::FStrPropertyParams NewProp_Target;
static const UECodeGen_Private::FStrPropertyParams NewProp_Channels_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Channels;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function StartTraceSendTo constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function StartTraceSendTo Property Definitions *********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventStartTraceSendTo_Parms, Target), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Channels_Inner = { "Channels", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Channels = { "Channels", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventStartTraceSendTo_Parms, Channels), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Channels_MetaData), NewProp_Channels_MetaData) };
void Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventStartTraceSendTo_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventStartTraceSendTo_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Target,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Channels_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_Channels,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::PropPointers) < 2048);
// ********** End Function StartTraceSendTo Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "StartTraceSendTo", Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::TraceUtilLibrary_eventStartTraceSendTo_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::TraceUtilLibrary_eventStartTraceSendTo_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execStartTraceSendTo)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Target);
P_GET_TARRAY_REF(FString,Z_Param_Out_Channels);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::StartTraceSendTo(Z_Param_Target,Z_Param_Out_Channels);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function StartTraceSendTo ********************************
// ********** Begin Class UTraceUtilLibrary Function StartTraceToFile ******************************
struct Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics
{
struct TraceUtilLibrary_eventStartTraceToFile_Parms
{
FString FileName;
TArray<FString> Channels;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FileName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Channels_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function StartTraceToFile constinit property declarations **********************
static const UECodeGen_Private::FStrPropertyParams NewProp_FileName;
static const UECodeGen_Private::FStrPropertyParams NewProp_Channels_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Channels;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function StartTraceToFile constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function StartTraceToFile Property Definitions *********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_FileName = { "FileName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventStartTraceToFile_Parms, FileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FileName_MetaData), NewProp_FileName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_Channels_Inner = { "Channels", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_Channels = { "Channels", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventStartTraceToFile_Parms, Channels), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Channels_MetaData), NewProp_Channels_MetaData) };
void Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventStartTraceToFile_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventStartTraceToFile_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_FileName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_Channels_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_Channels,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::PropPointers) < 2048);
// ********** End Function StartTraceToFile Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "StartTraceToFile", Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::TraceUtilLibrary_eventStartTraceToFile_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::TraceUtilLibrary_eventStartTraceToFile_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execStartTraceToFile)
{
P_GET_PROPERTY(FStrProperty,Z_Param_FileName);
P_GET_TARRAY_REF(FString,Z_Param_Out_Channels);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::StartTraceToFile(Z_Param_FileName,Z_Param_Out_Channels);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function StartTraceToFile ********************************
// ********** Begin Class UTraceUtilLibrary Function StopTracing ***********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics
{
struct TraceUtilLibrary_eventStopTracing_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function StopTracing constinit property declarations ***************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function StopTracing constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function StopTracing Property Definitions **************************************
void Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventStopTracing_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventStopTracing_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::PropPointers) < 2048);
// ********** End Function StopTracing Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "StopTracing", Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::TraceUtilLibrary_eventStopTracing_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::TraceUtilLibrary_eventStopTracing_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_StopTracing()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_StopTracing_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execStopTracing)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::StopTracing();
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function StopTracing *************************************
// ********** Begin Class UTraceUtilLibrary Function ToggleChannel *********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics
{
struct TraceUtilLibrary_eventToggleChannel_Parms
{
FString ChannelName;
bool enabled;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChannelName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function ToggleChannel constinit property declarations *************************
static const UECodeGen_Private::FStrPropertyParams NewProp_ChannelName;
static void NewProp_enabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_enabled;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ToggleChannel constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ToggleChannel Property Definitions ************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ChannelName = { "ChannelName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventToggleChannel_Parms, ChannelName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChannelName_MetaData), NewProp_ChannelName_MetaData) };
void Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_enabled_SetBit(void* Obj)
{
((TraceUtilLibrary_eventToggleChannel_Parms*)Obj)->enabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_enabled = { "enabled", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventToggleChannel_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_enabled_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((TraceUtilLibrary_eventToggleChannel_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventToggleChannel_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ChannelName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_enabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::PropPointers) < 2048);
// ********** End Function ToggleChannel Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "ToggleChannel", Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::TraceUtilLibrary_eventToggleChannel_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::TraceUtilLibrary_eventToggleChannel_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execToggleChannel)
{
P_GET_PROPERTY(FStrProperty,Z_Param_ChannelName);
P_GET_UBOOL(Z_Param_enabled);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UTraceUtilLibrary::ToggleChannel(Z_Param_ChannelName,Z_Param_enabled);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function ToggleChannel ***********************************
// ********** Begin Class UTraceUtilLibrary Function TraceBookmark *********************************
struct Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics
{
struct TraceUtilLibrary_eventTraceBookmark_Parms
{
FString Name;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "Comment", "/**\n\x09 * Traces a bookmark with specified name.\n\x09 */" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
{ "ToolTip", "Traces a bookmark with specified name." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function TraceBookmark constinit property declarations *************************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function TraceBookmark constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function TraceBookmark Property Definitions ************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventTraceBookmark_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::NewProp_Name,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::PropPointers) < 2048);
// ********** End Function TraceBookmark Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "TraceBookmark", Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::TraceUtilLibrary_eventTraceBookmark_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::TraceUtilLibrary_eventTraceBookmark_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execTraceBookmark)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Name);
P_FINISH;
P_NATIVE_BEGIN;
UTraceUtilLibrary::TraceBookmark(Z_Param_Name);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function TraceBookmark ***********************************
// ********** Begin Class UTraceUtilLibrary Function TraceMarkRegionEnd ****************************
struct Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics
{
struct TraceUtilLibrary_eventTraceMarkRegionEnd_Parms
{
FString Name;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "Comment", "/**\n\x09 * Traces an end event for a region with specified name.\n\x09 */" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
{ "ToolTip", "Traces an end event for a region with specified name." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function TraceMarkRegionEnd constinit property declarations ********************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function TraceMarkRegionEnd constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function TraceMarkRegionEnd Property Definitions *******************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventTraceMarkRegionEnd_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::NewProp_Name,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::PropPointers) < 2048);
// ********** End Function TraceMarkRegionEnd Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "TraceMarkRegionEnd", Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::TraceUtilLibrary_eventTraceMarkRegionEnd_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::TraceUtilLibrary_eventTraceMarkRegionEnd_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execTraceMarkRegionEnd)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Name);
P_FINISH;
P_NATIVE_BEGIN;
UTraceUtilLibrary::TraceMarkRegionEnd(Z_Param_Name);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function TraceMarkRegionEnd ******************************
// ********** Begin Class UTraceUtilLibrary Function TraceMarkRegionStart **************************
struct Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics
{
struct TraceUtilLibrary_eventTraceMarkRegionStart_Parms
{
FString Name;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "Comment", "/**\n\x09 * Traces a begin event for a region with specified name.\n\x09 */" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
{ "ToolTip", "Traces a begin event for a region with specified name." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function TraceMarkRegionStart constinit property declarations ******************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function TraceMarkRegionStart constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function TraceMarkRegionStart Property Definitions *****************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventTraceMarkRegionStart_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::NewProp_Name,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::PropPointers) < 2048);
// ********** End Function TraceMarkRegionStart Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "TraceMarkRegionStart", Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::TraceUtilLibrary_eventTraceMarkRegionStart_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::TraceUtilLibrary_eventTraceMarkRegionStart_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execTraceMarkRegionStart)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Name);
P_FINISH;
P_NATIVE_BEGIN;
UTraceUtilLibrary::TraceMarkRegionStart(Z_Param_Name);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function TraceMarkRegionStart ****************************
// ********** Begin Class UTraceUtilLibrary Function TraceScreenshot *******************************
struct Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics
{
struct TraceUtilLibrary_eventTraceScreenshot_Parms
{
FString Name;
bool bShowUI;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Perf | Insights Trace" },
{ "Comment", "/**\n\x09 * Triggers an Unreal Insights screenshot\n\x09 */" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
{ "ToolTip", "Triggers an Unreal Insights screenshot" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function TraceScreenshot constinit property declarations ***********************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static void NewProp_bShowUI_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowUI;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function TraceScreenshot constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function TraceScreenshot Property Definitions **********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TraceUtilLibrary_eventTraceScreenshot_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
void Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_bShowUI_SetBit(void* Obj)
{
((TraceUtilLibrary_eventTraceScreenshot_Parms*)Obj)->bShowUI = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_bShowUI = { "bShowUI", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TraceUtilLibrary_eventTraceScreenshot_Parms), &Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_bShowUI_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::NewProp_bShowUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::PropPointers) < 2048);
// ********** End Function TraceScreenshot Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTraceUtilLibrary, nullptr, "TraceScreenshot", Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::TraceUtilLibrary_eventTraceScreenshot_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::TraceUtilLibrary_eventTraceScreenshot_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UTraceUtilLibrary::execTraceScreenshot)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Name);
P_GET_UBOOL(Z_Param_bShowUI);
P_FINISH;
P_NATIVE_BEGIN;
UTraceUtilLibrary::TraceScreenshot(Z_Param_Name,Z_Param_bShowUI);
P_NATIVE_END;
}
// ********** End Class UTraceUtilLibrary Function TraceScreenshot *********************************
// ********** Begin Class UTraceUtilLibrary ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTraceUtilLibrary;
UClass* UTraceUtilLibrary::GetPrivateStaticClass()
{
using TClass = UTraceUtilLibrary;
if (!Z_Registration_Info_UClass_UTraceUtilLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TraceUtilLibrary"),
Z_Registration_Info_UClass_UTraceUtilLibrary.InnerSingleton,
StaticRegisterNativesUTraceUtilLibrary,
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_UTraceUtilLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UTraceUtilLibrary_NoRegister()
{
return UTraceUtilLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTraceUtilLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "TraceUtilLibrary.h" },
{ "ModuleRelativePath", "Public/TraceUtilLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UTraceUtilLibrary constinit property declarations ************************
// ********** End Class UTraceUtilLibrary constinit property declarations **************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetAllChannels"), .Pointer = &UTraceUtilLibrary::execGetAllChannels },
{ .NameUTF8 = UTF8TEXT("GetEnabledChannels"), .Pointer = &UTraceUtilLibrary::execGetEnabledChannels },
{ .NameUTF8 = UTF8TEXT("IsChannelEnabled"), .Pointer = &UTraceUtilLibrary::execIsChannelEnabled },
{ .NameUTF8 = UTF8TEXT("IsTracing"), .Pointer = &UTraceUtilLibrary::execIsTracing },
{ .NameUTF8 = UTF8TEXT("PauseTracing"), .Pointer = &UTraceUtilLibrary::execPauseTracing },
{ .NameUTF8 = UTF8TEXT("ResumeTracing"), .Pointer = &UTraceUtilLibrary::execResumeTracing },
{ .NameUTF8 = UTF8TEXT("StartTraceSendTo"), .Pointer = &UTraceUtilLibrary::execStartTraceSendTo },
{ .NameUTF8 = UTF8TEXT("StartTraceToFile"), .Pointer = &UTraceUtilLibrary::execStartTraceToFile },
{ .NameUTF8 = UTF8TEXT("StopTracing"), .Pointer = &UTraceUtilLibrary::execStopTracing },
{ .NameUTF8 = UTF8TEXT("ToggleChannel"), .Pointer = &UTraceUtilLibrary::execToggleChannel },
{ .NameUTF8 = UTF8TEXT("TraceBookmark"), .Pointer = &UTraceUtilLibrary::execTraceBookmark },
{ .NameUTF8 = UTF8TEXT("TraceMarkRegionEnd"), .Pointer = &UTraceUtilLibrary::execTraceMarkRegionEnd },
{ .NameUTF8 = UTF8TEXT("TraceMarkRegionStart"), .Pointer = &UTraceUtilLibrary::execTraceMarkRegionStart },
{ .NameUTF8 = UTF8TEXT("TraceScreenshot"), .Pointer = &UTraceUtilLibrary::execTraceScreenshot },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UTraceUtilLibrary_GetAllChannels, "GetAllChannels" }, // 1638315760
{ &Z_Construct_UFunction_UTraceUtilLibrary_GetEnabledChannels, "GetEnabledChannels" }, // 3799876613
{ &Z_Construct_UFunction_UTraceUtilLibrary_IsChannelEnabled, "IsChannelEnabled" }, // 3702452506
{ &Z_Construct_UFunction_UTraceUtilLibrary_IsTracing, "IsTracing" }, // 1556520580
{ &Z_Construct_UFunction_UTraceUtilLibrary_PauseTracing, "PauseTracing" }, // 1302032335
{ &Z_Construct_UFunction_UTraceUtilLibrary_ResumeTracing, "ResumeTracing" }, // 3043475637
{ &Z_Construct_UFunction_UTraceUtilLibrary_StartTraceSendTo, "StartTraceSendTo" }, // 653632249
{ &Z_Construct_UFunction_UTraceUtilLibrary_StartTraceToFile, "StartTraceToFile" }, // 4105386156
{ &Z_Construct_UFunction_UTraceUtilLibrary_StopTracing, "StopTracing" }, // 4080712602
{ &Z_Construct_UFunction_UTraceUtilLibrary_ToggleChannel, "ToggleChannel" }, // 1073368316
{ &Z_Construct_UFunction_UTraceUtilLibrary_TraceBookmark, "TraceBookmark" }, // 2571807573
{ &Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionEnd, "TraceMarkRegionEnd" }, // 2388882215
{ &Z_Construct_UFunction_UTraceUtilLibrary_TraceMarkRegionStart, "TraceMarkRegionStart" }, // 2708423220
{ &Z_Construct_UFunction_UTraceUtilLibrary_TraceScreenshot, "TraceScreenshot" }, // 1034900606
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UTraceUtilLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTraceUtilLibrary_Statics
UObject* (*const Z_Construct_UClass_UTraceUtilLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_TraceUtilities,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTraceUtilLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTraceUtilLibrary_Statics::ClassParams = {
&UTraceUtilLibrary::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_UTraceUtilLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UTraceUtilLibrary_Statics::Class_MetaDataParams)
};
void UTraceUtilLibrary::StaticRegisterNativesUTraceUtilLibrary()
{
UClass* Class = UTraceUtilLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UTraceUtilLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UTraceUtilLibrary()
{
if (!Z_Registration_Info_UClass_UTraceUtilLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTraceUtilLibrary.OuterSingleton, Z_Construct_UClass_UTraceUtilLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTraceUtilLibrary.OuterSingleton;
}
UTraceUtilLibrary::UTraceUtilLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTraceUtilLibrary);
UTraceUtilLibrary::~UTraceUtilLibrary() {}
// ********** End Class UTraceUtilLibrary **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_TraceUtilities_Source_TraceUtilities_Public_TraceUtilLibrary_h__Script_TraceUtilities_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTraceUtilLibrary, UTraceUtilLibrary::StaticClass, TEXT("UTraceUtilLibrary"), &Z_Registration_Info_UClass_UTraceUtilLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTraceUtilLibrary), 1588648056U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_TraceUtilities_Source_TraceUtilities_Public_TraceUtilLibrary_h__Script_TraceUtilities_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_TraceUtilities_Source_TraceUtilities_Public_TraceUtilLibrary_h__Script_TraceUtilities_981518624{
TEXT("/Script/TraceUtilities"),
Z_CompiledInDeferFile_FID_Engine_Plugins_TraceUtilities_Source_TraceUtilities_Public_TraceUtilLibrary_h__Script_TraceUtilities_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_TraceUtilities_Source_TraceUtilities_Public_TraceUtilLibrary_h__Script_TraceUtilities_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS