Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,386 @@
// 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 "Components/PostBufferUpdate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePostBufferUpdate() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_ESlatePostRT();
UMG_API UClass* Z_Construct_UClass_UPostBufferUpdate();
UMG_API UClass* Z_Construct_UClass_UPostBufferUpdate_NoRegister();
UMG_API UClass* Z_Construct_UClass_USlatePostBufferProcessorUpdater();
UMG_API UClass* Z_Construct_UClass_USlatePostBufferProcessorUpdater_NoRegister();
UMG_API UClass* Z_Construct_UClass_UWidget();
UMG_API UScriptStruct* Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FSlatePostBufferUpdateInfo ****************************************
struct Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSlatePostBufferUpdateInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FSlatePostBufferUpdateInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * Struct containing info needed to update a particular buffer\n */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Struct containing info needed to update a particular buffer" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BufferToUpdate_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/** Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PostParamUpdater_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/** Optional processor updater for buffer, used to update a processor within a frame */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Optional processor updater for buffer, used to update a processor within a frame" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSlatePostBufferUpdateInfo constinit property declarations ********
static const UECodeGen_Private::FBytePropertyParams NewProp_BufferToUpdate_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_BufferToUpdate;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PostParamUpdater;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSlatePostBufferUpdateInfo constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSlatePostBufferUpdateInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo;
class UScriptStruct* FSlatePostBufferUpdateInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo, (UObject*)Z_Construct_UPackage__Script_UMG(), TEXT("SlatePostBufferUpdateInfo"));
}
return Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FSlatePostBufferUpdateInfo Property Definitions *******************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_BufferToUpdate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_BufferToUpdate = { "BufferToUpdate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSlatePostBufferUpdateInfo, BufferToUpdate), Z_Construct_UEnum_SlateCore_ESlatePostRT, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BufferToUpdate_MetaData), NewProp_BufferToUpdate_MetaData) }; // 1163277119
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_PostParamUpdater = { "PostParamUpdater", nullptr, (EPropertyFlags)0x0116000000080009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSlatePostBufferUpdateInfo, PostParamUpdater), Z_Construct_UClass_USlatePostBufferProcessorUpdater_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PostParamUpdater_MetaData), NewProp_PostParamUpdater_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_BufferToUpdate_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_BufferToUpdate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewProp_PostParamUpdater,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSlatePostBufferUpdateInfo Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
nullptr,
&NewStructOps,
"SlatePostBufferUpdateInfo",
Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::PropPointers),
sizeof(FSlatePostBufferUpdateInfo),
alignof(FSlatePostBufferUpdateInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo()
{
if (!Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.InnerSingleton, Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo.InnerSingleton);
}
// ********** End ScriptStruct FSlatePostBufferUpdateInfo ******************************************
// ********** Begin Class UPostBufferUpdate ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPostBufferUpdate;
UClass* UPostBufferUpdate::GetPrivateStaticClass()
{
using TClass = UPostBufferUpdate;
if (!Z_Registration_Info_UClass_UPostBufferUpdate.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PostBufferUpdate"),
Z_Registration_Info_UClass_UPostBufferUpdate.InnerSingleton,
StaticRegisterNativesUPostBufferUpdate,
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_UPostBufferUpdate.InnerSingleton;
}
UClass* Z_Construct_UClass_UPostBufferUpdate_NoRegister()
{
return UPostBufferUpdate::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPostBufferUpdate_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Widget that when drawn, will trigger the slate post buffer to update. Does not draw anything itself.\n * This allows for you to perform layered UI / sampling effects with the GetSlatePost material functions,\n * by placing this widget after UI you would like to be processed / sampled is drawn.\n *\n * * No Children\n */" },
{ "IncludePath", "Components/PostBufferUpdate.h" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Widget that when drawn, will trigger the slate post buffer to update. Does not draw anything itself.\nThis allows for you to perform layered UI / sampling effects with the GetSlatePost material functions,\nby placing this widget after UI you would like to be processed / sampled is drawn.\n\n* No Children" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUpdateOnlyPaintArea_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/**\n\x09 * True if we should only update the buffer within the bounds of this widget\n\x09 */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "True if we should only update the buffer within the bounds of this widget" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPerformDefaultPostBufferUpdate_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/**\n\x09 * True if we should do the default post buffer update of the scene before any UI.\n\x09 * If any PostBufferUpdate widget has this set as false, be default scene copy / processing will not occur.\n\x09 */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "True if we should do the default post buffer update of the scene before any UI.\nIf any PostBufferUpdate widget has this set as false, be default scene copy / processing will not occur." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BuffersToUpdate_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/** Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Buffers that we should update, all of these buffers will be affected by 'bPerformDefaultPostBufferUpdate' if disabled" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UpdateBufferInfos_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Behavior" },
{ "Comment", "/** Buffer to update when this widget is drawn, along with info needed to update that buffer if desired intra-frame */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Buffer to update when this widget is drawn, along with info needed to update that buffer if desired intra-frame" },
};
#endif // WITH_METADATA
// ********** Begin Class UPostBufferUpdate constinit property declarations ************************
static void NewProp_bUpdateOnlyPaintArea_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUpdateOnlyPaintArea;
static void NewProp_bPerformDefaultPostBufferUpdate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPerformDefaultPostBufferUpdate;
static const UECodeGen_Private::FBytePropertyParams NewProp_BuffersToUpdate_Inner_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_BuffersToUpdate_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_BuffersToUpdate;
static const UECodeGen_Private::FStructPropertyParams NewProp_UpdateBufferInfos_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_UpdateBufferInfos;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPostBufferUpdate constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPostBufferUpdate>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPostBufferUpdate_Statics
// ********** Begin Class UPostBufferUpdate Property Definitions ***********************************
void Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bUpdateOnlyPaintArea_SetBit(void* Obj)
{
((UPostBufferUpdate*)Obj)->bUpdateOnlyPaintArea = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bUpdateOnlyPaintArea = { "bUpdateOnlyPaintArea", nullptr, (EPropertyFlags)0x0040000000000014, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPostBufferUpdate), &Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bUpdateOnlyPaintArea_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUpdateOnlyPaintArea_MetaData), NewProp_bUpdateOnlyPaintArea_MetaData) };
void Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bPerformDefaultPostBufferUpdate_SetBit(void* Obj)
{
((UPostBufferUpdate*)Obj)->bPerformDefaultPostBufferUpdate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bPerformDefaultPostBufferUpdate = { "bPerformDefaultPostBufferUpdate", nullptr, (EPropertyFlags)0x0040000000000014, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPostBufferUpdate), &Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bPerformDefaultPostBufferUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPerformDefaultPostBufferUpdate_MetaData), NewProp_bPerformDefaultPostBufferUpdate_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate_Inner_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate_Inner = { "BuffersToUpdate", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_SlateCore_ESlatePostRT, METADATA_PARAMS(0, nullptr) }; // 1163277119
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate = { "BuffersToUpdate", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPostBufferUpdate, BuffersToUpdate), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BuffersToUpdate_MetaData), NewProp_BuffersToUpdate_MetaData) }; // 1163277119
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_UpdateBufferInfos_Inner = { "UpdateBufferInfos", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo, METADATA_PARAMS(0, nullptr) }; // 3085385703
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_UpdateBufferInfos = { "UpdateBufferInfos", nullptr, (EPropertyFlags)0x0040008000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPostBufferUpdate, UpdateBufferInfos), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UpdateBufferInfos_MetaData), NewProp_UpdateBufferInfos_MetaData) }; // 3085385703
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPostBufferUpdate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bUpdateOnlyPaintArea,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_bPerformDefaultPostBufferUpdate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate_Inner_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_BuffersToUpdate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_UpdateBufferInfos_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPostBufferUpdate_Statics::NewProp_UpdateBufferInfos,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPostBufferUpdate_Statics::PropPointers) < 2048);
// ********** End Class UPostBufferUpdate Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UPostBufferUpdate_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UWidget,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPostBufferUpdate_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPostBufferUpdate_Statics::ClassParams = {
&UPostBufferUpdate::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPostBufferUpdate_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPostBufferUpdate_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPostBufferUpdate_Statics::Class_MetaDataParams), Z_Construct_UClass_UPostBufferUpdate_Statics::Class_MetaDataParams)
};
void UPostBufferUpdate::StaticRegisterNativesUPostBufferUpdate()
{
}
UClass* Z_Construct_UClass_UPostBufferUpdate()
{
if (!Z_Registration_Info_UClass_UPostBufferUpdate.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPostBufferUpdate.OuterSingleton, Z_Construct_UClass_UPostBufferUpdate_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPostBufferUpdate.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPostBufferUpdate);
UPostBufferUpdate::~UPostBufferUpdate() {}
// ********** End Class UPostBufferUpdate **********************************************************
// ********** Begin Class USlatePostBufferProcessorUpdater *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater;
UClass* USlatePostBufferProcessorUpdater::GetPrivateStaticClass()
{
using TClass = USlatePostBufferProcessorUpdater;
if (!Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SlatePostBufferProcessorUpdater"),
Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater.InnerSingleton,
StaticRegisterNativesUSlatePostBufferProcessorUpdater,
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_USlatePostBufferProcessorUpdater.InnerSingleton;
}
UClass* Z_Construct_UClass_USlatePostBufferProcessorUpdater_NoRegister()
{
return USlatePostBufferProcessorUpdater::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Class that can create a FPostParamUpdaterProxy whose lifetime\n * will be managed by the renderthread. This proxy will be given a \n * Post buffer processor to update mid-frame.\n */" },
{ "IncludePath", "Components/PostBufferUpdate.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "Class that can create a FPostParamUpdaterProxy whose lifetime\nwill be managed by the renderthread. This proxy will be given a\nPost buffer processor to update mid-frame." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSkipBufferUpdate_MetaData[] = {
{ "Comment", "/**\n\x09 * True implies we will skip the buffer update & only update the processor.\n\x09 * Previously useful to reset params for processor runs next frame.\n\x09 * Since there are no default buffer updates anymore, setting parameters\n\x09 * for subsequent updates is meaningless as non-default updates will set\n\x09 * all their parameters anyway.\n\x09 */" },
{ "ModuleRelativePath", "Public/Components/PostBufferUpdate.h" },
{ "ToolTip", "True implies we will skip the buffer update & only update the processor.\nPreviously useful to reset params for processor runs next frame.\nSince there are no default buffer updates anymore, setting parameters\nfor subsequent updates is meaningless as non-default updates will set\nall their parameters anyway." },
};
#endif // WITH_METADATA
// ********** Begin Class USlatePostBufferProcessorUpdater constinit property declarations *********
static void NewProp_bSkipBufferUpdate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSkipBufferUpdate;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USlatePostBufferProcessorUpdater constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USlatePostBufferProcessorUpdater>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics
// ********** Begin Class USlatePostBufferProcessorUpdater Property Definitions ********************
void Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::NewProp_bSkipBufferUpdate_SetBit(void* Obj)
{
((USlatePostBufferProcessorUpdater*)Obj)->bSkipBufferUpdate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::NewProp_bSkipBufferUpdate = { "bSkipBufferUpdate", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USlatePostBufferProcessorUpdater), &Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::NewProp_bSkipBufferUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSkipBufferUpdate_MetaData), NewProp_bSkipBufferUpdate_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::NewProp_bSkipBufferUpdate,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::PropPointers) < 2048);
// ********** End Class USlatePostBufferProcessorUpdater Property Definitions **********************
UObject* (*const Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::ClassParams = {
&USlatePostBufferProcessorUpdater::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::PropPointers),
0,
0x000830A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::Class_MetaDataParams), Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::Class_MetaDataParams)
};
void USlatePostBufferProcessorUpdater::StaticRegisterNativesUSlatePostBufferProcessorUpdater()
{
}
UClass* Z_Construct_UClass_USlatePostBufferProcessorUpdater()
{
if (!Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater.OuterSingleton, Z_Construct_UClass_USlatePostBufferProcessorUpdater_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater.OuterSingleton;
}
USlatePostBufferProcessorUpdater::USlatePostBufferProcessorUpdater(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USlatePostBufferProcessorUpdater);
USlatePostBufferProcessorUpdater::~USlatePostBufferProcessorUpdater() {}
// ********** End Class USlatePostBufferProcessorUpdater *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSlatePostBufferUpdateInfo::StaticStruct, Z_Construct_UScriptStruct_FSlatePostBufferUpdateInfo_Statics::NewStructOps, TEXT("SlatePostBufferUpdateInfo"),&Z_Registration_Info_UScriptStruct_FSlatePostBufferUpdateInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSlatePostBufferUpdateInfo), 3085385703U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPostBufferUpdate, UPostBufferUpdate::StaticClass, TEXT("UPostBufferUpdate"), &Z_Registration_Info_UClass_UPostBufferUpdate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPostBufferUpdate), 3017131800U) },
{ Z_Construct_UClass_USlatePostBufferProcessorUpdater, USlatePostBufferProcessorUpdater::StaticClass, TEXT("USlatePostBufferProcessorUpdater"), &Z_Registration_Info_UClass_USlatePostBufferProcessorUpdater, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USlatePostBufferProcessorUpdater), 4040981271U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_1349647700{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PostBufferUpdate_h__Script_UMG_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS