Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/RigVM/UHT/RigVMFunction_Context.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

143 lines
9.4 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "RigVMFunctions/Execution/RigVMFunction_Context.h"
#include "RigVMCore/RigVMFunction.h"
#include "RigVMCore/RigVMRegistry.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMFunction_Context() {}
// ********** Begin Cross Module References ********************************************************
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged();
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMStruct();
UPackage* Z_Construct_UPackage__Script_RigVM();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FRigVMFunction_IsHostBeingDebugged ********************************
struct Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_IsHostBeingDebugged); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_IsHostBeingDebugged); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "Execution" },
{ "Comment", "/**\n * Returns true if a graph is run with its asset editor open. This is editor only - in shipping it always returns false.\n */" },
{ "DisplayName", "Is Asset Editor Open" },
{ "Keywords", "Debug,Open,Inspect" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Execution/RigVMFunction_Context.h" },
{ "NodeColor", "1 1 1" },
{ "TitleColor", "1 0 0" },
{ "ToolTip", "Returns true if a graph is run with its asset editor open. This is editor only - in shipping it always returns false." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Result_MetaData[] = {
{ "Category", "Execution" },
{ "Comment", "// True if the graph is currently open in the asset editor\n" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Execution/RigVMFunction_Context.h" },
{ "Output", "" },
{ "ToolTip", "True if the graph is currently open in the asset editor" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMFunction_IsHostBeingDebugged constinit property declarations
static void NewProp_Result_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Result;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMFunction_IsHostBeingDebugged constinit property declarations **
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
{ .Name = TEXT("Result"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
};
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
{ .MethodName = TEXT("FRigVMFunction_IsHostBeingDebugged::Execute"),
.Function = &FRigVMFunction_IsHostBeingDebugged::RigVMExecute,
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
},
};
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_IsHostBeingDebugged>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics
static_assert(std::is_polymorphic<FRigVMFunction_IsHostBeingDebugged>() == std::is_polymorphic<FRigVMStruct>(), "USTRUCT FRigVMFunction_IsHostBeingDebugged cannot be polymorphic unless super FRigVMStruct is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged;
class UScriptStruct* FRigVMFunction_IsHostBeingDebugged::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_IsHostBeingDebugged"));
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::RigVMFunctions));
}
return Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMFunction_IsHostBeingDebugged Property Definitions ***********
void Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::NewProp_Result_SetBit(void* Obj)
{
((FRigVMFunction_IsHostBeingDebugged*)Obj)->Result = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000002015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMFunction_IsHostBeingDebugged), &Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::NewProp_Result_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Result_MetaData), NewProp_Result_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::NewProp_Result,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMFunction_IsHostBeingDebugged Property Definitions *************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
Z_Construct_UScriptStruct_FRigVMStruct,
&NewStructOps,
"RigVMFunction_IsHostBeingDebugged",
Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::PropPointers),
sizeof(FRigVMFunction_IsHostBeingDebugged),
alignof(FRigVMFunction_IsHostBeingDebugged),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged.InnerSingleton);
}
void FRigVMFunction_IsHostBeingDebugged::Execute()
{
FRigVMExecuteContext TemporaryExecuteContext;
TemporaryExecuteContext.Initialize();
Execute(TemporaryExecuteContext);
}
void FRigVMFunction_IsHostBeingDebugged::Execute(const FRigVMExecuteContext& InExecuteContext)
{
StaticExecute(
InExecuteContext,
Result
);
}
// ********** End ScriptStruct FRigVMFunction_IsHostBeingDebugged **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Context_h__Script_RigVM_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FRigVMFunction_IsHostBeingDebugged::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_IsHostBeingDebugged_Statics::NewStructOps, TEXT("RigVMFunction_IsHostBeingDebugged"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_IsHostBeingDebugged, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_IsHostBeingDebugged), 476816575U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Context_h__Script_RigVM_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Context_h__Script_RigVM_2874091092{
TEXT("/Script/RigVM"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Context_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Context_h__Script_RigVM_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS